Home
last modified time | relevance | path

Searched refs:current_state_for_users (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/handlers/
H A Dpresence.py192 updates_d = await self.current_state_for_users(target_user_ids)
200 async def current_state_for_users( member in BasePresenceHandler
1079 prev_states = await self.current_state_for_users(process_presence)
1092 res = await self.current_state_for_users([user_id])
1414 local_states = await self.current_state_for_users(prev_local_users)
1440 local_states = await self.current_state_for_users(newly_joined_local_users)
1663 users_to_state = await self.get_presence_handler().current_state_for_users(
1704 users_to_state = await self.get_presence_handler().current_state_for_users(
2264 states = await self._presence_handler.current_state_for_users(user_ids)