Skip to content

Commit 535eb3d

Browse files
Add notification services controller event
1 parent 54d9ff4 commit 535eb3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/scripts/metamask-controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@ export default class MetamaskController extends EventEmitter {
15261526
`${this.approvalController.name}:acceptRequest`,
15271527
`${this.snapController.name}:get`,
15281528
],
1529+
allowedEvents: ['NotificationServicesController:notificationsListUpdated']
15291530
});
15301531

15311532
this.snapInterfaceController = new SnapInterfaceController({

0 commit comments

Comments
 (0)