Device manager - test coverage for Notifier (#9392)
* use correct default for notification silencing * test notifications with no local notifications setting event * test notifier from cli event to trigger * lint
This commit is contained in:
@@ -431,6 +431,7 @@ export const Notifier = {
|
||||
const room = MatrixClientPeg.get().getRoom(roomId);
|
||||
|
||||
const actions = MatrixClientPeg.get().getPushActionsForEvent(ev);
|
||||
|
||||
if (actions?.notify) {
|
||||
this._performCustomEventHandling(ev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user