chore: Follow up active filter
This commit is contained in:
parent
a500a91b6b
commit
9e737276b6
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue