mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 14:09:11 -04:00
Better name
This commit is contained in:
parent
f25a4a4692
commit
888c59c955
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue