Decrypt messages in the ssb app.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4299 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-05-17 14:10:49 +00:00
parent 5b8bdbb3e4
commit 10d4ae7dcc
3 changed files with 23 additions and 3 deletions

View File

@ -759,7 +759,7 @@ async function blobHandler(request, response, blobId, uri) {
sendData(response, data, type, headers);
}
} else {
sendData(response, data, type, {});
sendData(response, data, undefined, {});
}
}
}