|
|
@ -424,6 +424,10 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|
|
|
store.getBool(SettingKeys.hideUnknownEvents) ??
|
|
|
|
store.getBool(SettingKeys.hideUnknownEvents) ??
|
|
|
|
AppConfig.hideUnknownEvents;
|
|
|
|
AppConfig.hideUnknownEvents;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AppConfig.hideUnimportantStateEvents =
|
|
|
|
|
|
|
|
store.getBool(SettingKeys.hideUnimportantStateEvents) ??
|
|
|
|
|
|
|
|
AppConfig.hideUnimportantStateEvents;
|
|
|
|
|
|
|
|
|
|
|
|
AppConfig.separateChatTypes =
|
|
|
|
AppConfig.separateChatTypes =
|
|
|
|
store.getBool(SettingKeys.separateChatTypes) ??
|
|
|
|
store.getBool(SettingKeys.separateChatTypes) ??
|
|
|
|
AppConfig.separateChatTypes;
|
|
|
|
AppConfig.separateChatTypes;
|
|
|
|