hotfixes: migration logs, recipients online status

This commit is contained in:
2023-01-25 09:32:59 +03:00
parent 82c6236a7f
commit 608901a260
4 changed files with 41 additions and 21 deletions

View File

@@ -75,7 +75,7 @@ async def create_chat(_, info, title="", members=[]):
if chat:
chat = json.loads(chat)
if chat['title'] == "":
print('[inbox] craeteChat found old chat')
print('[inbox] createChat found old chat')
print(chat)
break
if chat: