mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Renamed get_current_token_part to get_current_key
This commit is contained in:
parent
eec67a675f
commit
a8e8d1d06c
4 changed files with 10 additions and 10 deletions
|
@ -154,7 +154,7 @@ class TypingNotificationEventSource(object):
|
|||
def get_new_events_for_user(self, user, from_key, limit):
|
||||
return ([], from_key)
|
||||
|
||||
def get_current_token_part(self):
|
||||
def get_current_key(self):
|
||||
return 0
|
||||
|
||||
def get_pagination_rows(self, user, pagination_config, key):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue