Remove invalid arg.

pull/582/head
Erik Johnston 2016-02-18 14:57:09 +00:00
parent b4796a62ee
commit 48b652bcbe
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ class PresenceHandler(BaseHandler):
changes = handle_timeouts(
states,
is_mine_fn=self.hs.is_mine_id,
user_to_current_state=self.user_to_current_state,
user_to_num_current_syncs=self.user_to_num_current_syncs,
now=now,
)