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