@@ -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)
|
||||
|
Reference in New Issue
Block a user