Renamed get_current_token_part to get_current_key

This commit is contained in:
Paul "LeoNerd" Evans 2014-08-29 19:15:23 +01:00
parent eec67a675f
commit a8e8d1d06c
4 changed files with 10 additions and 10 deletions

View file

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