feedback-fix

This commit is contained in:
Untone 2024-09-26 19:53:45 +03:00
parent f6294b63c5
commit 74c3e249b8

View File

@ -32,4 +32,4 @@ async def handle_private(msg, state):
await telegram_api("sendMessage", chat_id=uid, text="\n\n".join(removed_messages))
return
await telegram_api("forwardMessage", from_chat_id=sender.get("id"), message_id=msg.get("id"), chat_id=FEEDBACK_CHAT_ID)
await telegram_api("forwardMessage", from_chat_id=sender.get("id"), message_id=msg.get("message_id"), chat_id=FEEDBACK_CHAT_ID)