Fix rendering of GIFs
This commit is contained in:
parent
a053c395a4
commit
a7799a74c1
4 changed files with 11 additions and 11 deletions
|
@ -31,7 +31,7 @@ export type AttachmentType = {
|
|||
/** For messages not already on disk, this will be a data url */
|
||||
url?: string;
|
||||
size?: number;
|
||||
fileSize?: number;
|
||||
fileSize?: string;
|
||||
pending?: boolean;
|
||||
width?: number;
|
||||
height?: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue