You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple bug makes nip04 remote decryption - i.e. DM-s completely unusable with nsec bunkers until fixed.
In the response parsing part of the decryption method, there is a redundant JSON.parse() call on the response.result object instead of resolving the Promise with 'response.result' as it is (as is the case in the encryption method).
Made a PR for convenience
The text was updated successfully, but these errors were encountered:
This simple bug makes nip04 remote decryption - i.e. DM-s completely unusable with nsec bunkers until fixed.
In the response parsing part of the decryption method, there is a redundant JSON.parse() call on the response.result object instead of resolving the Promise with 'response.result' as it is (as is the case in the encryption method).
Made a PR for convenience
The text was updated successfully, but these errors were encountered: