We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e580cb8 commit 9217ae8Copy full SHA for 9217ae8
src/controllers/organisms/RoomView.js
@@ -63,6 +63,7 @@ module.exports = {
63
MatrixClientPeg.get().removeListener("Room.timeline", this.onRoomTimeline);
64
MatrixClientPeg.get().removeListener("Room.name", this.onRoomName);
65
MatrixClientPeg.get().removeListener("RoomMember.typing", this.onRoomMemberTyping);
66
+ MatrixClientPeg.get().removeListener("RoomState.members", this.onRoomStateMember);
67
}
68
},
69
0 commit comments