Thread list ordering by last reply (#8112)

This commit is contained in:
Germain 2022-03-23 14:43:33 +00:00 committed by GitHub
parent eb668538aa
commit d922ee2cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -172,6 +172,7 @@ const ThreadPanel: React.FC<IProps> = ({
room.createThreadsTimelineSets().then(() => {
setRoom(room);
setFilterOption(ThreadFilterType.All);
room.fetchRoomThreads();
});
}, [mxClient, roomId]);