Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3505581
D7407.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
546 B
Referenced Files
None
Subscribers
None
D7407.diff
View Options
diff --git a/web/input/input-state-container.react.js b/web/input/input-state-container.react.js
--- a/web/input/input-state-container.react.js
+++ b/web/input/input-state-container.react.js
@@ -1215,6 +1215,8 @@
// Creates a MultimediaMessage from the unassigned pending uploads,
// if there are any
createMultimediaMessage(localID: number, threadInfo: ThreadInfo) {
+ this.props.sendCallbacks.forEach(callback => callback());
+
const localMessageID = `${localIDPrefix}${localID}`;
this.startThreadCreation(threadInfo);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:57 PM (19 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687913
Default Alt Text
D7407.diff (546 B)
Attached To
Mode
D7407: [web] Trigger sendCallbacks on multimedia messages
Attached
Detach File
Event Timeline
Log In to Comment