You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Extends IMediaEventContent by thumbnail info
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -38,6 +38,10 @@ export interface IMediaEventContent {
|
|||||||
info?: {
|
info?: {
|
||||||
thumbnail_url?: string; // eslint-disable-line camelcase
|
thumbnail_url?: string; // eslint-disable-line camelcase
|
||||||
thumbnail_file?: IEncryptedFile; // eslint-disable-line camelcase
|
thumbnail_file?: IEncryptedFile; // eslint-disable-line camelcase
|
||||||
|
thumbnail_info?: { // eslint-disable-line camelcase
|
||||||
|
w: number;
|
||||||
|
h: number;
|
||||||
|
};
|
||||||
mimetype: string;
|
mimetype: string;
|
||||||
w?: number;
|
w?: number;
|
||||||
h?: number;
|
h?: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user