Page MenuHomePhorge

D5254.1768417696.diff
No OneTemporary

Size
723 B
Referenced Files
None
Subscribers
None

D5254.1768417696.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
Wed, Jan 14, 7:08 PM (4 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5930529
Default Alt Text
D5254.1768417696.diff (723 B)

Event Timeline