Skip to content

Commit

Permalink
feat: add app data event in reasonable kind
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed May 14, 2024
1 parent d305200 commit 1c78718
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 @@ -102,6 +102,7 @@ const enable = async (message: MessageAllowanceEnable, sender: Sender) => {
30023, // Long-form content
30008, // Manage profile badges
30009, // Badge definition
30078, // App Data
];
reasonableEventKindIds.forEach(async (kindId) => {
await addPermissionFor(
Expand Down

0 comments on commit 1c78718

Please sign in to comment.