Fix rendering of GIFs

This commit is contained in:
Fedor Indutny 2021-06-24 12:05:27 -07:00 committed by GitHub
parent a053c395a4
commit a7799a74c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View file

@ -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;