We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d5f45 commit 75d7d07Copy full SHA for 75d7d07
bindings/matrix-sdk-ffi/src/timeline/mod.rs
@@ -153,7 +153,7 @@ fn build_thumbnail_info(
153
.and_then(|u| UInt::try_from(u).ok())
154
.ok_or(RoomError::InvalidAttachmentData)?;
155
let size = thumbnail_info
156
- .width
+ .size
157
158
159
0 commit comments