Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33226932
D3411.1768561164.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
777 B
Referenced Files
None
Subscribers
None
D3411.1768561164.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3411: [server] Don't unset TRUNCATED if threadCursor is null
Attached
Detach File
Event Timeline
Log In to Comment