mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Finish type definition for _mapQuotedAttachments
This commit is contained in:
@@ -151,7 +151,7 @@ exports._mapAttachments = upgradeAttachment => async (message, context) => {
|
||||
|
||||
// _mapQuotedAttachments :: (QuotedAttachment -> Promise QuotedAttachment) ->
|
||||
// (Message, Context) ->
|
||||
//
|
||||
// Promise Message
|
||||
exports._mapQuotedAttachments = upgradeAttachment => async (message, context) => {
|
||||
if (!message.quote) {
|
||||
return message;
|
||||
|
||||
Reference in New Issue
Block a user