Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jun 1, 2023
1 parent 55566a7 commit 660627f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2151,6 +2151,7 @@ export class Room extends ReadReceipt<RoomEmittedEvents, RoomEventHandlerMap> {

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

0 comments on commit 660627f

Please sign in to comment.