diff --git a/matrix_gpt/bot/bot_commands.py b/matrix_gpt/bot/bot_commands.py index e1fe72c..ae9d65b 100644 --- a/matrix_gpt/bot/bot_commands.py +++ b/matrix_gpt/bot/bot_commands.py @@ -57,7 +57,7 @@ class Command: async def process(self): """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() # if self.command.startswith("echo"): # await self._echo()