making it work.

This commit is contained in:
fiatjaf
2022-01-10 15:55:48 -03:00
parent 88a2dd806d
commit 233aaa0f8f
7 changed files with 1082 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ window.nostr = {
window.addEventListener('message', message => {
if (
!message.data ||
!message.data.response ||
message.data.ext !== 'nos2x' ||
!window.nostr._requests[message.data.id]
)