always mark message as seen

This commit is contained in:
Cyberes 2023-03-19 15:03:50 -06:00
parent b726edf09c
commit 9c982d66e9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Command:
async def process(self): async def process(self):
"""Process the command""" """Process the command"""
# await self.client.room_read_markers(self.room.room_id, self.event.event_id, self.event.event_id) await self.client.room_read_markers(self.room.room_id, self.event.event_id, self.event.event_id)
self.command = self.command.strip() self.command = self.command.strip()
# if self.command.startswith("echo"): # if self.command.startswith("echo"):
# await self._echo() # await self._echo()