mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-19 17:44:08 +02:00
rst fail
This commit is contained in:
parent
9ff5456b5e
commit
c1d7e82d29
|
|
@ -148,7 +148,7 @@ Similarly, to paginate events backwards in order to lazy-load in previous
|
||||||
history from the room, you simply GET $PREFIX/rooms/<room_id>/messages
|
history from the room, you simply GET $PREFIX/rooms/<room_id>/messages
|
||||||
specifying the ``from`` token to paginate backwards from and a limit of the number
|
specifying the ``from`` token to paginate backwards from and a limit of the number
|
||||||
of messages to retrieve. For instance, calling this API with a ``from`` parameter
|
of messages to retrieve. For instance, calling this API with a ``from`` parameter
|
||||||
of '1-2-3' and a limit of 5 would return:
|
of '1-2-3' and a limit of 5 would return::
|
||||||
|
|
||||||
[E0]->[E1]->[E2]->[E3]->[E4]->[E5]->[E6]->[E7]->[E8]->[E9]->[E10]
|
[E0]->[E1]->[E2]->[E3]->[E4]->[E5]->[E6]->[E7]->[E8]->[E9]->[E10]
|
||||||
^ ^
|
^ ^
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue