recognized+space
This commit is contained in:
@@ -25,7 +25,7 @@ async def messages_routing(msg, state):
|
||||
logger.debug(msg)
|
||||
if reply_msg:
|
||||
reply_chat_id = reply_msg.get("chat", {}).get("id")
|
||||
if reply_chat_id != FEEDBACK_CHAT_ID:
|
||||
if reply_chat_id != FEEDBACK_CHAT_ID.replace('-', '-100'):
|
||||
await telegram_api(
|
||||
"sendMessage",
|
||||
chat_id=reply_chat_id,
|
||||
|
Reference in New Issue
Block a user