Skip to content
Snippets Groups Projects
Commit 80638f51 authored by Taras's avatar Taras
Browse files

Add blurhash field to ContentAttachment data

parent 9ed3f123
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,8 @@ data class ContentAttachmentData( ...@@ -37,7 +37,8 @@ data class ContentAttachmentData(
val queryUri: Uri, val queryUri: Uri,
val mimeType: String?, val mimeType: String?,
val type: Type, val type: Type,
val waveform: List<Int>? = null val waveform: List<Int>? = null,
val blurHash: String? = null
) : Parcelable { ) : Parcelable {
@JsonClass(generateAdapter = false) @JsonClass(generateAdapter = false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment