This commit is contained in:
parent
996fe2eca6
commit
551bed52f1
|
@ -24,4 +24,7 @@ async def reactions_worker():
|
||||||
msg_data = message.get("data")
|
msg_data = message.get("data")
|
||||||
if msg_data:
|
if msg_data:
|
||||||
msg = json.loads(msg_data)
|
msg = json.loads(msg_data)
|
||||||
|
if msg.entity == "reaction":
|
||||||
await handle_reaction(msg)
|
await handle_reaction(msg)
|
||||||
|
else:
|
||||||
|
print(f"[resolvers.listener] unhandled msg: {msg}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user