refactor: Remove unused config

This commit is contained in:
krille-chan 2023-10-28 11:35:31 +02:00
commit 94fc250751
No known key found for this signature in database
3 changed files with 0 additions and 9 deletions

View file

@ -42,7 +42,6 @@ abstract class AppConfig {
static bool hideRedactedEvents = false;
static bool hideUnknownEvents = true;
static bool hideUnimportantStateEvents = true;
static bool showDirectChatsInSpaces = true;
static bool separateChatTypes = false;
static bool autoplayImages = true;
static bool sendTypingNotifications = true;