Thread list ordering by last reply (#8112)
This commit is contained in:
@@ -172,6 +172,7 @@ const ThreadPanel: React.FC<IProps> = ({
|
||||
room.createThreadsTimelineSets().then(() => {
|
||||
setRoom(room);
|
||||
setFilterOption(ThreadFilterType.All);
|
||||
room.fetchRoomThreads();
|
||||
});
|
||||
}, [mxClient, roomId]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user