mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 00:34:18 -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
|
@ -50,6 +50,3 @@ class AccountDataEventSource(object):
|
|||
)
|
||||
|
||||
return results, current_stream_id
|
||||
|
||||
async def get_pagination_rows(self, user, config, key):
|
||||
return [], config.to_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue