Page MenuHomePhorge

D13333.1765133340.diff
No OneTemporary

Size
421 B
Referenced Files
None
Subscribers
None

D13333.1765133340.diff

diff --git a/lib/shared/thread-utils.js b/lib/shared/thread-utils.js
--- a/lib/shared/thread-utils.js
+++ b/lib/shared/thread-utils.js
@@ -1220,6 +1220,10 @@
threadType === threadTypes.GENESIS
) {
return 'Community';
+ } else if (threadType === threadTypes.THICK_SIDEBAR) {
+ return 'Thread';
+ } else if (threadTypeIsThick(threadType)) {
+ return 'Local DM';
} else {
return 'Secret';
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 6:49 PM (10 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5845543
Default Alt Text
D13333.1765133340.diff (421 B)

Event Timeline