Skip to content

Commit

Permalink
fix: Messages not updating properly after pruning the room (#31658)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Feb 5, 2024
1 parent ed45125 commit a21ae01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-yaks-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue where messages are not updating properly after pruning the room
1 change: 1 addition & 0 deletions apps/meteor/app/lib/server/functions/cleanRoomHistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export async function cleanRoomHistory({
ignoreDiscussion,
ts,
users: fromUsers,
ids: selectedMessageIds,
});
}
return count;
Expand Down

0 comments on commit a21ae01

Please sign in to comment.