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

Fix up txn name

parent 848cf95e
No related branches found
No related tags found
No related merge requests found
......@@ -517,7 +517,7 @@ class DeviceStore(SQLBaseStore):
WHERE stream_id > ?
"""
return self._execute(
"get_users_and_hosts_device_list", None,
"get_all_device_list_changes_for_remotes", None,
sql, from_key,
)
......
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