Toggle posts only & mark all mail as read.

This commit is contained in:
Thomas Mathews 2023-01-24 10:46:44 -08:00
parent 83931e0085
commit 062ddda3d9
10 changed files with 83 additions and 22 deletions

View file

@ -284,6 +284,7 @@ async function decrypt_dms(model) {
str = await window.nostr.nip04.decrypt(dm.pubkey, ev.content);
} catch (err) {
log_error("unable to decrypt dm", ev.id, err);
str = "(Unable to decrypt)"
}
if (!str)
continue;