Skip to content

Commit 660627f

Browse files
committed
Add comment
1 parent 55566a7 commit 660627f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/room.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,6 +2151,7 @@ export class Room extends ReadReceipt<RoomEmittedEvents, RoomEventHandlerMap> {
21512151

21522152
// We've exhausted all scenarios,
21532153
// we cannot assume that it lives in the main timeline as this may be a relation for an unknown thread
2154+
// adding the event in the wrong timeline causes stuck notifications and can break ability to send read receipts
21542155
return {
21552156
shouldLiveInRoom: false,
21562157
shouldLiveInThread: false,

0 commit comments

Comments
 (0)