Page MenuHomePhabricator

D5254.diff
No OneTemporary

D5254.diff

diff --git a/native/chat/settings/thread-settings.react.js b/native/chat/settings/thread-settings.react.js
--- a/native/chat/settings/thread-settings.react.js
+++ b/native/chat/settings/thread-settings.react.js
@@ -373,11 +373,13 @@
key: 'pushNotifs',
threadInfo,
});
- listData.push({
- itemType: 'homeNotifs',
- key: 'homeNotifs',
- threadInfo,
- });
+ if (threadInfo.type !== threadTypes.SIDEBAR) {
+ listData.push({
+ itemType: 'homeNotifs',
+ key: 'homeNotifs',
+ threadInfo,
+ });
+ }
listData.push({
itemType: 'footer',
key: 'subscriptionFooter',

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 2, 2:49 PM (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2607900
Default Alt Text
D5254.diff (723 B)

Event Timeline