chore: Follow up active filter

pull/1320/head
krille-chan 1 year ago
parent a500a91b6b
commit 9e737276b6
No known key found for this signature in database

@ -100,7 +100,9 @@ class ChatListController extends State<ChatList>
context.push<String?>('/rooms/newspace');
}
ActiveFilter activeFilter = ActiveFilter.allChats;
ActiveFilter activeFilter = AppConfig.separateChatTypes
? ActiveFilter.messages
: ActiveFilter.allChats;
String? _activeSpaceId;
String? get activeSpaceId => _activeSpaceId;

Loading…
Cancel
Save