mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +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)
|
await self.rpc.delete_chat(self.account_id, self.chat_id)
|
||||||
|
|
||||||
async def get_encryption_info(self):
|
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):
|
async def send_text(self, text: str):
|
||||||
from .message import Message
|
from .message import Message
|
||||||
|
|||||||
Reference in New Issue
Block a user