Skip to content

Commit

Permalink
hot-fix: members list always have to reload
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed May 27, 2024
1 parent 3d348cd commit 3674b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/chat_details/chat_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ class ChatDetailsController extends State<ChatDetails>
});
room = Matrix.of(context).client.getRoomById(roomId!);
muteNotifier.value = room?.pushRuleState ?? PushRuleState.notify;
membersNotifier.value ??=
Matrix.of(context).client.getRoomById(roomId!)!.getParticipants();
_listenForRoomMembersChanged();
}

Expand Down

0 comments on commit 3674b57

Please sign in to comment.