Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3400099
D11475.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
580 B
Referenced Files
None
Subscribers
None
D11475.diff
View Options
diff --git a/native/input/input-state-container.react.js b/native/input/input-state-container.react.js
--- a/native/input/input-state-container.react.js
+++ b/native/input/input-state-container.react.js
@@ -206,6 +206,11 @@
allUploadsComplete = false;
completedUploadIDs.delete(singleMedia.id);
}
+ const { thumbnailID } = singleMedia;
+ if (thumbnailID && isLocalUploadID(thumbnailID)) {
+ allUploadsComplete = false;
+ completedUploadIDs.delete(thumbnailID);
+ }
}
if (allUploadsComplete) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 6:08 AM (21 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2610527
Default Alt Text
D11475.diff (580 B)
Attached To
Mode
D11475: [native] Make sure we don't start message creation until thumbnail concludes
Attached
Detach File
Event Timeline
Log In to Comment