Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3347610
D12487.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
D12487.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
@@ -609,14 +609,16 @@
} else if (numberOfOtherMembers === 1) {
return threadTypes.GENESIS_PERSONAL;
} else {
- return threadTypes.LOCAL;
+ // TODO flip back to threadTypes.LOCAL in ENG-8442
+ return threadTypes.COMMUNITY_SECRET_SUBTHREAD;
}
}
function threadTypeCanBePending(threadType: ThreadType): boolean {
return (
threadType === threadTypes.GENESIS_PERSONAL ||
- threadType === threadTypes.LOCAL ||
+ // TODO flip back to threadTypes.LOCAL in ENG-8442
+ threadType === threadTypes.COMMUNITY_SECRET_SUBTHREAD ||
threadType === threadTypes.SIDEBAR ||
threadType === threadTypes.GENESIS_PRIVATE
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 12:43 PM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2570664
Default Alt Text
D12487.diff (793 B)
Attached To
Mode
D12487: [lib] Temporarily switch LOCAL to COMMUNITY_SECRET_SUBTHREAD for pending threads
Attached
Detach File
Event Timeline
Log In to Comment