summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-27 10:29:47 +0000
committerErik Johnston <erik@matrix.org>2017-01-27 10:29:47 +0000
commit888c59c955b33c3c69a73766507e134d64a8f25b (patch)
treeb0512b2081bcc42238297bd3f7eafb45367af1c3 /synapse/storage
parentRemove unused param (diff)
downloadsynapse-888c59c955b33c3c69a73766507e134d64a8f25b.tar.xz
Better name
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/devices.py b/synapse/storage/devices.py
index b99de2f1b0..d46203dd35 100644
--- a/synapse/storage/devices.py
+++ b/synapse/storage/devices.py
@@ -137,7 +137,7 @@ class DeviceStore(SQLBaseStore):
 
         defer.returnValue({d["device_id"]: d for d in devices})
 
-    def get_device_list_remote_extremity(self, user_id):
+    def get_device_list_last_stream_id_for_remote(self, user_id):
         """Get the last stream_id we got for a user. May be None if we haven't
         got any information for them.
         """