Remove feature_dnd

Rationale: it's a poor implementation and will conflict with proper feature development.
This commit is contained in:
Travis Ralston
2022-05-06 12:31:53 -06:00
parent b5ac9493dd
commit 4d7b7c4cc8
4 changed files with 0 additions and 72 deletions
-4
View File
@@ -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);