Page MenuHomePhabricator

D7587.id25614.diff
No OneTemporary

D7587.id25614.diff

diff --git a/lib/utils/thread-ops-utils.js b/lib/utils/thread-ops-utils.js
--- a/lib/utils/thread-ops-utils.js
+++ b/lib/utils/thread-ops-utils.js
@@ -54,6 +54,16 @@
};
}
+ if (
+ clientDBThreadInfo.pinnedCount !== null &&
+ clientDBThreadInfo.pinnedCount !== undefined
+ ) {
+ rawThreadInfo = {
+ ...rawThreadInfo,
+ pinnedCount: clientDBThreadInfo.pinnedCount,
+ };
+ }
+
return rawThreadInfo;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 8, 8:19 PM (16 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2445718
Default Alt Text
D7587.id25614.diff (440 B)

Event Timeline