mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Fix up
This commit is contained in:
parent
78cefd78d6
commit
8c23221666
5 changed files with 9 additions and 12 deletions
|
@ -200,7 +200,7 @@ class Auth(object):
|
|||
)[0]
|
||||
if user and access_token and ip_addr:
|
||||
self.store.insert_client_ip(
|
||||
user=user,
|
||||
user_id=user.to_string(),
|
||||
access_token=access_token,
|
||||
ip=ip_addr,
|
||||
user_agent=user_agent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue