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