mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 16:55:20 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_user_ips_2
This commit is contained in:
commit
4fb3c129aa
42 changed files with 1318 additions and 496 deletions
|
@ -397,7 +397,7 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
|
|||
"""
|
||||
|
||||
keyvalues = {"user_id": user_id}
|
||||
if device_id:
|
||||
if device_id is not None:
|
||||
keyvalues["device_id"] = device_id
|
||||
|
||||
res = yield self._simple_select_list(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue