summary refs log tree commit diff
path: root/synapse/handlers/typing.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-19 19:17:24 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-19 19:17:24 +0000
commit72f0171f37567a909ec5abf564dcc5bbd30dab3c (patch)
tree8933e45cfc4cf7a5856c11394c64788d707ec64e /synapse/handlers/typing.py
parentAdd auth events as per spec. (#6556) (diff)
parentRemove unused `get_pagination_rows` methods. (#6557) (diff)
downloadsynapse-72f0171f37567a909ec5abf564dcc5bbd30dab3c.tar.xz
Remove unused `get_pagination_rows` methods. (#6557)
* commit '02553901c':
  Remove unused `get_pagination_rows` methods. (#6557)
Diffstat (limited to 'synapse/handlers/typing.py')
-rw-r--r--synapse/handlers/typing.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py

index 6f78454322..b635c339ed 100644 --- a/synapse/handlers/typing.py +++ b/synapse/handlers/typing.py
@@ -317,6 +317,3 @@ class TypingNotificationEventSource(object): def get_current_key(self): return self.get_typing_handler()._latest_room_serial - - def get_pagination_rows(self, user, pagination_config, key): - return [], pagination_config.from_key