fix-reply-feedback5
This commit is contained in:
@@ -28,7 +28,8 @@ async def handle_routing(msg, state):
|
||||
elif str(cid) == FEEDBACK_CHAT_ID:
|
||||
# сообщения из группы обратной связи
|
||||
logger.info("feedback chat message")
|
||||
if "reply_to_message" in msg:
|
||||
logger.debug(msg)
|
||||
if msg.get("reply_to_message"):
|
||||
await handle_answer(msg)
|
||||
elif msg["text"] == "/graph":
|
||||
await handle_command_graph(msg)
|
||||
|
Reference in New Issue
Block a user