Skip to content

Commit

Permalink
[FIX] Thread messages being included in the room history even though …
Browse files Browse the repository at this point in the history
…they are not displayed (#27391)
  • Loading branch information
dougfabris authored and KevLehman committed Dec 2, 2022
1 parent 6c9094a commit 1d7d553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/ui-utils/client/lib/RoomHistoryManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class RoomHistoryManagerClass extends Emitter {
({ ls } = subscription);
}

const result = await callWithErrorHandling('loadHistory', rid, ts, limit, ls);
const result = await callWithErrorHandling('loadHistory', rid, ts, limit, ls, false);

this.unqueue();

Expand Down

0 comments on commit 1d7d553

Please sign in to comment.