fix: Various typos
This commit is contained in:
@@ -284,6 +284,7 @@ class FocusChannel:
|
||||
asyncio.create_task(self.connect())
|
||||
|
||||
async def send_msg(self, content: str):
|
||||
logger.debug(f"Sending: {content}")
|
||||
await self._socket.send_str(content)
|
||||
|
||||
async def delete_msg(self, msgid: str):
|
||||
|
||||
Reference in New Issue
Block a user