entity/Emoji: match MastoAPI docs on custom emoji reacts
Signed-off-by: Hélène <pleroma-dev@helene.moe> Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
This commit is contained in:
parent
8febd74707
commit
508b63147f
1 changed files with 2 additions and 0 deletions
|
@ -32,5 +32,7 @@ data class EmojiReaction(
|
|||
val name: String,
|
||||
val count: Int,
|
||||
val me: Boolean,
|
||||
val url: String?,
|
||||
@SerializedName("static_url") val staticUrl: String?,
|
||||
val accounts: List<Account>? // only for emoji_reactions_by
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue