Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3517606
D13333.id44159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
421 B
Referenced Files
None
Subscribers
None
D13333.id44159.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13333: [lib] update threadLabel to handle thick threads
Attached
Detach File
Event Timeline
Log In to Comment