Better name

This commit is contained in:
Erik Johnston 2017-01-27 10:29:47 +00:00
parent f25a4a4692
commit 888c59c955
2 changed files with 4 additions and 2 deletions

View file

@ -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.
"""