Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32122993
D15443.1765022046.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
828 B
Referenced Files
None
Subscribers
None
D15443.1765022046.diff
View Options
diff --git a/lib/selectors/thread-selectors.js b/lib/selectors/thread-selectors.js
--- a/lib/selectors/thread-selectors.js
+++ b/lib/selectors/thread-selectors.js
@@ -250,7 +250,9 @@
Object.entries(threadInfos)
.filter(
([, threadInfo]) =>
- !!threadInfo.thick && !!threadInfo.currentUser.unread,
+ threadInHomeChatList(threadInfo) &&
+ !!threadInfo.thick &&
+ !!threadInfo.currentUser.unread,
)
.map(([id]) => id),
);
@@ -263,7 +265,9 @@
Object.entries(threadInfos)
.filter(
([, threadInfo]) =>
- !!threadInfo.farcaster && !!threadInfo.currentUser.unread,
+ threadInHomeChatList(threadInfo) &&
+ !!threadInfo.farcaster &&
+ !!threadInfo.currentUser.unread,
)
.map(([id]) => id),
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 11:54 AM (14 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5831918
Default Alt Text
D15443.1765022046.diff (828 B)
Attached To
Mode
D15443: [lib] Don't count background threads when updating badge count
Attached
Detach File
Event Timeline
Log In to Comment