So it looks like if I approve each message one at a time clicking the "just once" button, everything works fine and decrypts each message.

But if I click the "Approve" button to allow all of them at once, it hangs.

This is the line it hangs on:

`const res = await ndk.signer.nip44Decrypt(ndkUser, event.content);`;

Reply to this note

Please Login to reply.

Discussion

Will look into it.