mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Migrate quotes to have a separate quoteTargetContentType.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user