Page MenuHomePhorge

D15443.1765022046.diff
No OneTemporary

Size
828 B
Referenced Files
None
Subscribers
None

D15443.1765022046.diff

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

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)

Event Timeline