chore: Bring back separate chat types

This commit is contained in:
krille-chan 2024-07-22 19:42:27 +02:00
commit 0760acaa40
No known key found for this signature in database
6 changed files with 23 additions and 3 deletions

View file

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