This commit is contained in:
2023-09-17 13:05:41 +03:00
parent a88c3bd545
commit ea7cbcf82e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ async def handle_unlink(payload):
# если ещё есть связи - посылаем новое сообщение
if len(actor["children"]) > 0:
await handle_command_my(payload)
await handle_command_my(payload, state)
lang = payload["from"].get("language_code", "ru")
for chat_id in linked["chats"]: