forwardfix
This commit is contained in:
parent
093a34fa69
commit
a96079db4f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user