mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00: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