Skip to content

Commit

Permalink
Merge pull request #3226 from alexgleason/remote-sign
Browse files Browse the repository at this point in the history
fix: add remote sign to reasonable event kinds
  • Loading branch information
pavanjoshi914 committed Aug 28, 2024
2 parents e8c0f1f + 87a40cb commit 530b7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/background-script/actions/nostr/enable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const enable = async (message: MessageAllowanceEnable, sender: Sender) => {
EventKind.CreateBadge,
EventKind.AppData,
EventKind.UploadChunk,
EventKind.RemoteSign,
];

reasonableEventKindIds.forEach(async (kindId) => {
Expand Down

0 comments on commit 530b7ce

Please sign in to comment.