mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 23:10:41 -05:00
Merge branch 'develop' of github.com:matrix-org/synapse into mysql
This commit is contained in:
commit
f6583796fe
37 changed files with 542 additions and 145 deletions
|
|
@ -91,7 +91,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
"user_agent": user_agent,
|
||||
"last_seen": int(self._clock.time_msec()),
|
||||
},
|
||||
or_replace=True,
|
||||
desc="insert_client_ip",
|
||||
)
|
||||
|
||||
def get_user_ip_and_agents(self, user):
|
||||
|
|
@ -101,6 +101,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
retcols=[
|
||||
"device_id", "access_token", "ip", "user_agent", "last_seen"
|
||||
],
|
||||
desc="get_user_ip_and_agents",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue