Merge branch 'thumbnail-fix-info-size' into 'master'
[Thumbnail] Fix info size See merge request famedly/famedlysdk!262
This commit is contained in:
commit
a4e75cb6f2
|
@ -578,7 +578,7 @@ class Room {
|
||||||
'thumbnail_info': {
|
'thumbnail_info': {
|
||||||
'h': thumbnailImage.height,
|
'h': thumbnailImage.height,
|
||||||
'mimetype': mimeType,
|
'mimetype': mimeType,
|
||||||
'size': thumbnailImage.length,
|
'size': thumbnail.size,
|
||||||
'w': thumbnailImage.width,
|
'w': thumbnailImage.width,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue