Toggle posts only & mark all mail as read.
This commit is contained in:
parent
83931e0085
commit
062ddda3d9
10 changed files with 83 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue