Automove to conversation is unchecked by default for new sessions

This commit is contained in:
Manuel Cortez 2019-01-20 12:01:50 -06:00
parent c3bbd75c65
commit 1a877bbfa1

View File

@ -28,7 +28,7 @@ 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=False)
notifications = string(default="custom")
[load_at_startup]