Merge branch 'sitg-spaces-part-2' into 'main'
Add "Show related DMs in spaces" setting See merge request famedly/fluffychat!807
This commit is contained in:
commit
656023fba5
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