You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Make UI respond to thread events
This commit is contained in:
@@ -267,6 +267,7 @@ export default class MessagePanel extends React.Component<IProps, IState> {
|
||||
componentDidMount() {
|
||||
this.calculateRoomMembersCount();
|
||||
this.props.room?.on("RoomState.members", this.calculateRoomMembersCount);
|
||||
this.props.room?.getThreads().forEach(thread => thread.fetchReplyChain());
|
||||
this.isMounted = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user