mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-08 06:17:37 +01:00
Fix sending quoted voice notes in 1:1 chats via IndividualSendJobV2.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
co-authored by
Greyson Parrelli
parent
aa9591211b
commit
7c7c364fef
+1
-1
@@ -171,7 +171,7 @@ private fun Attachment.toQuoteAttachmentProto(): Either<DataMessageError, DataMe
|
||||
DataMessage.Quote.QuotedAttachment(
|
||||
contentType = quoteTargetContentType ?: MediaUtil.IMAGE_JPEG,
|
||||
fileName = fileName,
|
||||
thumbnail = toAttachmentPointerProto().bind()
|
||||
thumbnail = toAttachmentPointerProto().getOrNull()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user