You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Check each thread for unread messages. (#9723)
Co-authored-by: Germain <germain@souquet.com> Co-authored-by: Janne Mareike Koschinski <jannemk@element.io>
This commit is contained in:
@ -126,7 +126,7 @@ export const mkThread = ({
|
||||
const thread = room.createThread(rootEvent.getId(), rootEvent, events, true);
|
||||
// So that we do not have to mock the thread loading
|
||||
thread.initialEventsFetched = true;
|
||||
thread.addEvents(events, true);
|
||||
thread.addEvents(events, false);
|
||||
|
||||
return { thread, rootEvent, events };
|
||||
};
|
||||
|
Reference in New Issue
Block a user