mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 01:18:30 +00:00
Default from param to 'END'
This commit is contained in:
@@ -29,6 +29,7 @@ class PaginationConfig(object):
|
||||
@classmethod
|
||||
def from_request(cls, request, raise_invalid_params=True):
|
||||
params = {
|
||||
"from_tok": "END",
|
||||
"direction": 'f',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user