loadReactionsBy kind fix
This commit is contained in:
parent
e1e3e9fdde
commit
acc71415a9
|
@ -324,6 +324,9 @@ async def load_reactions_by(_, _info, by, limit=50, offset=0):
|
|||
"commented": commented_stat,
|
||||
"reacted": reacted_stat
|
||||
}
|
||||
|
||||
reaction.kind = reaction.kind.name
|
||||
|
||||
reactions.append(reaction)
|
||||
|
||||
# ?
|
||||
|
|
Loading…
Reference in New Issue
Block a user