Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Sep 21, 2022
1 parent 2ad9d64 commit 3dce13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/handlers/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ async def _recv_edu(self, origin: str, content: JsonDict) -> None:
)
return

# Check whether the current server is in the room.
if await self.store.is_host_joined(room_id, self.server_name):
logger.info("Got typing update from %s: %r", user_id, content)
now = self.clock.time_msec()
Expand Down

0 comments on commit 3dce13d

Please sign in to comment.