fix: Various typos

This commit is contained in:
2025-11-01 06:38:12 +10:00
parent 82b78924a0
commit 6eabbc0d73
4 changed files with 42 additions and 28 deletions

View File

@@ -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):