feat: Add "Show related DMs in spaces" settings
This commit is contained in:
parent
cef13412fb
commit
4398c305d2
6 changed files with 20 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ abstract class AppConfig {
|
|||
static bool renderHtml = true;
|
||||
static bool hideRedactedEvents = false;
|
||||
static bool hideUnknownEvents = true;
|
||||
static bool showDirectChatsInSpaces = true;
|
||||
static bool separateChatTypes = false;
|
||||
static bool autoplayImages = true;
|
||||
static bool sendOnEnter = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue