Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3504935
D13183.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
409 B
Referenced Files
None
Subscribers
None
D13183.diff
View Options
diff --git a/lib/shared/message-utils.js b/lib/shared/message-utils.js
--- a/lib/shared/message-utils.js
+++ b/lib/shared/message-utils.js
@@ -726,7 +726,7 @@
const threadID = threadInfo.id;
const messageIDs = useSelector(
- state => state.messageStore.threads[threadID].messageIDs,
+ state => state.messageStore.threads[threadID]?.messageIDs,
);
return React.useCallback(async () => {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 11:22 AM (20 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687516
Default Alt Text
D13183.diff (409 B)
Attached To
Mode
D13183: [lib] fix reading `messageIDs` of undefined
Attached
Detach File
Event Timeline
Log In to Comment