We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d9ff4 commit 535eb3dCopy full SHA for 535eb3d
app/scripts/metamask-controller.js
@@ -1526,6 +1526,7 @@ export default class MetamaskController extends EventEmitter {
1526
`${this.approvalController.name}:acceptRequest`,
1527
`${this.snapController.name}:get`,
1528
],
1529
+ allowedEvents: ['NotificationServicesController:notificationsListUpdated']
1530
});
1531
1532
this.snapInterfaceController = new SnapInterfaceController({
0 commit comments