Fix handling of stickers with invalid locators in backups.

This commit is contained in:
Greyson Parrelli
2024-09-21 09:59:09 -04:00
parent 3c0e9c9e4e
commit f3a9f7f91d
2 changed files with 4 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ fun FilePointer?.toLocalAttachment(
borderless = borderless,
gif = gif,
quote = false,
stickerLocator = stickerLocator,
uuid = UuidUtil.fromByteStringOrNull(uuid)
)
} else if (this.backupLocator != null) {