always mark message as seen
This commit is contained in:
parent
b726edf09c
commit
9c982d66e9
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue