Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33030816
D5254.1768401864.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
723 B
Referenced Files
None
Subscribers
None
D5254.1768401864.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 2:44 PM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5930529
Default Alt Text
D5254.1768401864.diff (723 B)
Attached To
Mode
D5254: [native] Remove background option from sidebar settings
Attached
Detach File
Event Timeline
Log In to Comment