Skip to content

Commit 17d4986

Browse files
authored
chore: watch spacesfilter (#73)
1 parent 28f0bca commit 17d4986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/chat_master/view/chat_rooms_list.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class ChatRoomsList extends StatelessWidget with WatchItMixin {
1919
di<ChatModel>().filteredRooms;
2020
watchPropertyValue((ChatModel m) => m.roomsFilter);
2121
watchPropertyValue((ChatModel m) => m.archiveActive);
22+
watchPropertyValue((ChatModel m) => m.activeSpace);
2223

2324
return CustomScrollView(
2425
slivers: [

0 commit comments

Comments
 (0)