Page MenuHomePhorge

D3411.1768561164.diff
No OneTemporary

Size
777 B
Referenced Files
None
Subscribers
None

D3411.1768561164.diff

diff --git a/server/src/fetchers/message-fetchers.js b/server/src/fetchers/message-fetchers.js
--- a/server/src/fetchers/message-fetchers.js
+++ b/server/src/fetchers/message-fetchers.js
@@ -359,7 +359,10 @@
// we can't conclude that it's EXHAUSTIVE, then we'll set to UNCHANGED.
truncationStatuses[threadID] = messageTruncationStatus.UNCHANGED;
}
- } else if (truncationStatus === messageTruncationStatus.TRUNCATED) {
+ } else if (
+ truncationStatus === messageTruncationStatus.TRUNCATED &&
+ criteria.threadCursors[threadID]
+ ) {
// If a cursor was specified for a given thread, then the result is
// guaranteed to be contiguous with what the client has, and as such the
// result should never be TRUNCATED

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 16, 10:59 AM (18 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5943738
Default Alt Text
D3411.1768561164.diff (777 B)

Event Timeline