|
|
|
@ -442,12 +442,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|
|
|
|
store
|
|
|
|
|
.getItemBool(SettingKeys.hideUnknownEvents, AppConfig.hideUnknownEvents)
|
|
|
|
|
.then((value) => AppConfig.hideUnknownEvents = value);
|
|
|
|
|
store
|
|
|
|
|
.getItemBool(
|
|
|
|
|
SettingKeys.showDirectChatsInSpaces,
|
|
|
|
|
AppConfig.showDirectChatsInSpaces,
|
|
|
|
|
)
|
|
|
|
|
.then((value) => AppConfig.showDirectChatsInSpaces = value);
|
|
|
|
|
store
|
|
|
|
|
.getItemBool(SettingKeys.separateChatTypes, AppConfig.separateChatTypes)
|
|
|
|
|
.then((value) => AppConfig.separateChatTypes = value);
|
|
|
|
|