about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-06-28 19:40:25 +0200
committerGitHub <noreply@github.com>2021-06-28 19:40:25 +0200
commit49a0d97a433da21fa6cd3c85401f76523471c115 (patch)
tree81143ea117c8dcfe37cd27303be3519235ad47fc
parent6b9e9981132d7e2cd443a0cc29116dc79514e8b2 (diff)
parent7db8f6f5a4f2964b9ebbb978e16564d72ae6cec9 (diff)
downloadprofani-tty-49a0d97a433da21fa6cd3c85401f76523471c115.tar.gz
Merge pull request #1564 from profanity-im/fix/977
Disable notifications by default
-rw-r--r--src/config/preferences.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index c930fccd..3e1ba585 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -2213,14 +2213,6 @@ _get_default_boolean(preference_t pref)
     case PREF_AUTOAWAY_CHECK:
     case PREF_LOG_ROTATE:
     case PREF_LOG_SHARED:
-    case PREF_NOTIFY_CHAT:
-    case PREF_NOTIFY_CHAT_CURRENT:
-    case PREF_NOTIFY_ROOM:
-    case PREF_NOTIFY_ROOM_CURRENT:
-    case PREF_NOTIFY_TYPING:
-    case PREF_NOTIFY_TYPING_CURRENT:
-    case PREF_NOTIFY_SUB:
-    case PREF_NOTIFY_INVITE:
     case PREF_SPLASH:
     case PREF_OCCUPANTS:
     case PREF_MUC_PRIVILEGES:
@@ -2241,7 +2233,6 @@ _get_default_boolean(preference_t pref)
     case PREF_ROSTER_ROOMS_SERVER:
     case PREF_TLS_SHOW:
     case PREF_LASTACTIVITY:
-    case PREF_NOTIFY_MENTION_WHOLE_WORD:
     case PREF_TRAY_READ:
     case PREF_BOOKMARK_INVITE:
     case PREF_ROOM_LIST_CACHE: