summary refs log tree commit diff
path: root/synapse/handlers/typing.py
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-08-29 19:15:23 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-08-29 19:15:23 +0100
commita8e8d1d06c078de49711768357267cf4168999ea (patch)
treefa449b133e1780611f5de9c258c95a6cdf771492 /synapse/handlers/typing.py
parentHave EventSource's get_new_events_for_user() API work only on keys within tha... (diff)
downloadsynapse-a8e8d1d06c078de49711768357267cf4168999ea.tar.xz
Renamed get_current_token_part to get_current_key
Diffstat (limited to 'synapse/handlers/typing.py')
-rw-r--r--synapse/handlers/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py
index 238b063483..3268427ecd 100644
--- a/synapse/handlers/typing.py
+++ b/synapse/handlers/typing.py
@@ -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):