mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-30 18:05:19 +01:00
Add missing await for thumbnail creation in makeQuote()
This commit is contained in:
@@ -753,7 +753,7 @@
|
||||
return {
|
||||
contentType,
|
||||
fileName: attachment.fileName,
|
||||
thumbnail: makeThumbnail(),
|
||||
thumbnail: await makeThumbnail(),
|
||||
};
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user