mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:49:27 -05:00
Don't bother with outer check for now
This commit is contained in:
parent
34840cdcef
commit
b48045a8f5
@ -90,9 +90,6 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
|
||||
are (user_id, device_id) tuples. The values are also dicts, with
|
||||
keys giving the column names
|
||||
"""
|
||||
if not devices:
|
||||
defer.returnValue({})
|
||||
|
||||
res = yield self.runInteraction(
|
||||
"get_last_client_ip_by_device",
|
||||
self._get_last_client_ip_by_device_txn,
|
||||
|
Loading…
Reference in New Issue
Block a user