mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-31 07:43:22 -05:00
Fix up txn name
This commit is contained in:
parent
848cf95ea0
commit
8a12b6f1eb
@ -517,7 +517,7 @@ class DeviceStore(SQLBaseStore):
|
|||||||
WHERE stream_id > ?
|
WHERE stream_id > ?
|
||||||
"""
|
"""
|
||||||
return self._execute(
|
return self._execute(
|
||||||
"get_users_and_hosts_device_list", None,
|
"get_all_device_list_changes_for_remotes", None,
|
||||||
sql, from_key,
|
sql, from_key,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user