Skip to content
Snippets Groups Projects
Commit 62352c3a authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix typo

parent 3032b54a
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ class TypingHandler(object):
async def _push_remote(self, member, typing):
try:
users = await self.state.get_users_in_room(member.room_id)
users = await self.store.get_users_in_room(member.room_id)
self._member_last_federation_poke[member] = self.clock.time_msec()
now = self.clock.time_msec()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment