Migrate quotes to have a separate quoteTargetContentType.

This commit is contained in:
Greyson Parrelli
2025-08-29 15:39:51 -04:00
parent 631b51baf2
commit 662404d335
45 changed files with 435 additions and 132 deletions

View File

@@ -19,6 +19,7 @@ object UriAttachmentBuilder {
borderless: Boolean = false,
videoGif: Boolean = false,
quote: Boolean = false,
quoteTargetContentType: String? = null,
caption: String? = null,
stickerLocator: StickerLocator? = null,
blurHash: BlurHash? = null,
@@ -35,6 +36,7 @@ object UriAttachmentBuilder {
borderless,
videoGif,
quote,
quoteTargetContentType,
caption,
stickerLocator,
blurHash,