Page MenuHomePhorge

D13539.1765133241.diff
No OneTemporary

Size
489 B
Referenced Files
None
Subscribers
None

D13539.1765133241.diff

diff --git a/lib/shared/thread-utils.js b/lib/shared/thread-utils.js
--- a/lib/shared/thread-utils.js
+++ b/lib/shared/thread-utils.js
@@ -1740,10 +1740,8 @@
return null;
}
- if (isViewerProfile) {
- return oldestPrivateThreadInfo
- ? { threadInfo: oldestPrivateThreadInfo }
- : null;
+ if (isViewerProfile && oldestPrivateThreadInfo) {
+ return { threadInfo: oldestPrivateThreadInfo };
}
if (usersWithPersonalThread.has(userID)) {

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 6:47 PM (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5845514
Default Alt Text
D13539.1765133241.diff (489 B)

Event Timeline