mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'rav/get_devices_api' into develop
This commit is contained in:
commit
34f56b40fd
@ -103,9 +103,6 @@ class ClientIpStore(SQLBaseStore):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _get_last_client_ip_by_device_txn(cls, txn, devices, retcols):
|
def _get_last_client_ip_by_device_txn(cls, txn, devices, retcols):
|
||||||
def where_clause_for_device(d):
|
|
||||||
return
|
|
||||||
|
|
||||||
where_clauses = []
|
where_clauses = []
|
||||||
bindings = []
|
bindings = []
|
||||||
for (user_id, device_id) in devices:
|
for (user_id, device_id) in devices:
|
||||||
|
Loading…
Reference in New Issue
Block a user