mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
fix bug in chat.get_encryption_info()
This commit is contained in:
@@ -16,7 +16,7 @@ class Chat:
|
||||
await self.rpc.delete_chat(self.account_id, self.chat_id)
|
||||
|
||||
async def get_encryption_info(self):
|
||||
await self.rpc.get_chat_encryption_info(self.account_id, self.chat_id)
|
||||
return await self.rpc.get_chat_encryption_info(self.account_id, self.chat_id)
|
||||
|
||||
async def send_text(self, text: str):
|
||||
from .message import Message
|
||||
|
||||
Reference in New Issue
Block a user