Skip to content
Snippets Groups Projects
Commit b48045a8 authored by Erik Johnston's avatar Erik Johnston
Browse files

Don't bother with outer check for now

parent 34840cdc
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment