mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08: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?: {
|
||||
thumbnail_url?: string; // eslint-disable-line camelcase
|
||||
thumbnail_file?: IEncryptedFile; // eslint-disable-line camelcase
|
||||
thumbnail_info?: { // eslint-disable-line camelcase
|
||||
w: number;
|
||||
h: number;
|
||||
};
|
||||
mimetype: string;
|
||||
w?: number;
|
||||
h?: number;
|
||||
|
Loading…
Reference in New Issue
Block a user