Remove feature_dnd
Rationale: it's a poor implementation and will conflict with proper feature development.
This commit is contained in:
@@ -408,10 +408,6 @@ export const Notifier = {
|
||||
// don't bother notifying as user was recently active in this room
|
||||
return;
|
||||
}
|
||||
if (SettingsStore.getValue("doNotDisturb")) {
|
||||
// Don't bother the user if they didn't ask to be bothered
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.isEnabled()) {
|
||||
this._displayPopupNotification(ev, room);
|
||||
|
||||
Reference in New Issue
Block a user