Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3345411
D13419.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
567 B
Referenced Files
None
Subscribers
None
D13419.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
@@ -1069,10 +1069,9 @@
`after preload`,
);
if (uploadAfterPreload.messageID) {
- const { mediaType, uri, dimensions, loop } = result;
+ const { mediaType, uri, dimensions } = result;
const { thumbHash } = upload;
let mediaUpdate = {
- loop,
dimensions,
...(thumbHash ? { thumbHash } : undefined),
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 5:57 AM (17 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2569321
Default Alt Text
D13419.diff (567 B)
Attached To
Mode
D13419: [web] Skip `loop` property when dispatching updateMultimediaMessage
Attached
Detach File
Event Timeline
Log In to Comment