1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-13 19:28:44 +00:00

Default from param to 'END'

This commit is contained in:
Erik Johnston 2014-08-19 15:52:10 +01:00
parent 5c00614aab
commit 7c60905ee7

View file

@ -29,6 +29,7 @@ class PaginationConfig(object):
@classmethod
def from_request(cls, request, raise_invalid_params=True):
params = {
"from_tok": "END",
"direction": 'f',
}