Skip to content

Commit

Permalink
fix: add remote sign to reasonable event kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleason committed Aug 17, 2024
1 parent f1a7dd8 commit e3a157c
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 e3a157c

Please sign in to comment.