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:
Hélène 2022-06-11 16:18:00 +02:00 committed by Adolfo Santiago
parent 8febd74707
commit 508b63147f
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
1 changed files with 2 additions and 0 deletions

View File

@ -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
)