Page MenuHomePhabricator

D3938.diff
No OneTemporary

D3938.diff

diff --git a/web/modals/threads/thread-settings-modal.react.js b/web/modals/threads/thread-settings-modal.react.js
--- a/web/modals/threads/thread-settings-modal.react.js
+++ b/web/modals/threads/thread-settings-modal.react.js
@@ -131,7 +131,7 @@
// sidebar
const canSeePrivacyTab =
(queuedChanges['parentThreadID'] ?? threadInfo['parentThreadID']) &&
- threadInfo.sourceMessageID &&
+ !threadInfo.sourceMessageID &&
(threadInfo.type === threadTypes.COMMUNITY_OPEN_SUBTHREAD ||
threadInfo.type === threadTypes.COMMUNITY_SECRET_SUBTHREAD);
if (canSeePrivacyTab) {

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 28, 4:07 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2592710
Default Alt Text
D3938.diff (612 B)

Event Timeline