removed-fix3

This commit is contained in:
2024-09-26 18:50:13 +03:00
parent 08024e81fc
commit 03db470b76
2 changed files with 2 additions and 2 deletions

View File

@@ -28,6 +28,6 @@ async def handle_private(msg, state):
return
elif text == '/removed':
removed_messages = await get_all_removed(uid)
await telegram_api("sendMessage", chat_id=uid, text="\n".join(removed_messages))
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)