Page MenuHomePhabricator

D13333.id44159.diff
No OneTemporary

D13333.id44159.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
Mon, Dec 23, 5:54 PM (14 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2695616
Default Alt Text
D13333.id44159.diff (421 B)

Event Timeline