mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-18 10:51:54 +02:00
Extends IMediaEventContent by thumbnail info
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2529b88bf6
commit
ce7f387dd6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user