mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 22:04:58 -04:00
Remove unused get_pagination_rows
methods. (#6557)
Remove unused get_pagination_rows methods
This commit is contained in:
parent
3fbe5b7ec3
commit
02553901ce
4 changed files with 1 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue