mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
Fix issue with GV1 avatars using attachmentsV3.
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ public class SignalServiceMessageSender {
|
||||
attachment.getCancelationSignal(),
|
||||
attachment.getResumableUploadSpec().orNull());
|
||||
|
||||
if (attachmentsV3.get()) {
|
||||
if (attachment.getResumableUploadSpec().isPresent()) {
|
||||
return uploadAttachmentV3(attachment, attachmentKey, attachmentData);
|
||||
} else {
|
||||
return uploadAttachmentV2(attachment, attachmentKey, attachmentData);
|
||||
|
||||
Reference in New Issue
Block a user