mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Merge pull request #345 from Ralith/require-prev_batch
Supply prev_batch unconditionally in timelines
This commit is contained in:
commit
19a59bc210
|
|
@ -6,7 +6,7 @@ properties:
|
||||||
on the filter
|
on the filter
|
||||||
type: boolean
|
type: boolean
|
||||||
prev_batch:
|
prev_batch:
|
||||||
description: If the batch was limited then this is a token that can be supplied
|
description: A token that can be supplied to to the ``from`` parameter of the
|
||||||
to the server to retrieve earlier events
|
rooms/{roomId}/messages endpoint
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue