mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Fix various archive related attachment bugs.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
@@ -35,7 +35,7 @@ public final class WallpaperStorage {
|
||||
AttachmentId attachmentId = SignalDatabase.attachments().insertWallpaper(wallpaperStream);
|
||||
|
||||
if (SignalStore.backup().backsUpMedia()) {
|
||||
AppDependencies.getJobManager().add(new UploadAttachmentToArchiveJob(attachmentId));
|
||||
AppDependencies.getJobManager().add(new UploadAttachmentToArchiveJob(attachmentId, true));
|
||||
}
|
||||
|
||||
return ChatWallpaperFactory.create(PartAuthority.getAttachmentDataUri(attachmentId));
|
||||
|
||||
Reference in New Issue
Block a user