Home
last modified time | relevance | path

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

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/replication/tcp/
H A Dcommands.py327 class UserIpCommand(Command): class
393 UserIpCommand,
419 UserIpCommand.NAME,
H A Dhandler.py47 UserIpCommand,
402 self, conn: IReplicationConnection, cmd: UserIpCommand argument
411 async def _handle_user_ip(self, cmd: UserIpCommand): argument
707 cmd = UserIpCommand(user_id, access_token, ip, user_agent, device_id, last_seen)