Fix up txn name

pull/1957/head
Erik Johnston 2017-02-28 10:15:50 +00:00
parent 848cf95ea0
commit 8a12b6f1eb
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)