Added 'custom' notifications for chat settings

This commit is contained in:
2018-12-12 12:24:05 -06:00
parent 1affb38cd5
commit 2699feada5
6 changed files with 35 additions and 5 deletions

View File

@@ -22,4 +22,5 @@ current_soundpack = string(default="default")
notify_online = boolean(default=True)
notify_offline = boolean(default=True)
open_unread_conversations = boolean(default=True)
automove_to_conversations = boolean(default=True)
automove_to_conversations = boolean(default=True)
notifications = string(default="custom")