mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Add missing json class annotation
This commit is contained in:
parent
daadf72ffe
commit
8d7b2ab5d8
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ data class TaggedEventsContent(
|
|||
}
|
||||
}
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class TaggedEventInfo(
|
||||
@Json(name = "keywords")
|
||||
val keywords: List<String>? = null,
|
||||
|
|
Loading…
Add table
Reference in a new issue