forwardfix

This commit is contained in:
Untone 2024-09-26 19:45:28 +03:00
parent 093a34fa69
commit a96079db4f

View File

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