Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33322298
D14160.1768850009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D14160.1768850009.diff
View Options
diff --git a/lib/push/send-utils.js b/lib/push/send-utils.js
--- a/lib/push/send-utils.js
+++ b/lib/push/send-utils.js
@@ -166,6 +166,10 @@
for (const threadID of threadsToMessageIndices.keys()) {
const threadInfo = thickRawThreadInfos[threadID];
+ if (!threadInfo) {
+ console.log(`getPushUserInfo could not find ${threadID} in ThreadStore`);
+ continue;
+ }
for (const memberInfo of threadInfo.members) {
if (
!isMemberActive(memberInfo) ||
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 7:13 PM (9 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5957816
Default Alt Text
D14160.1768850009.diff (491 B)
Attached To
Mode
D14160: [lib] Add log and continue in getPushUserInfo when thread missing from ThreadStore
Attached
Detach File
Event Timeline
Log In to Comment