mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 08:36:12 -05:00
Remove invalid arg.
This commit is contained in:
parent
b4796a62ee
commit
48b652bcbe
@ -271,7 +271,6 @@ class PresenceHandler(BaseHandler):
|
|||||||
changes = handle_timeouts(
|
changes = handle_timeouts(
|
||||||
states,
|
states,
|
||||||
is_mine_fn=self.hs.is_mine_id,
|
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,
|
user_to_num_current_syncs=self.user_to_num_current_syncs,
|
||||||
now=now,
|
now=now,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user