Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Jun 4, 2019
1 parent 53aa8fe commit 8b28972
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/client-server/message_pagination.yaml
Expand Up @@ -103,7 +103,10 @@ paths:
chunk:
type: array
description: |-
A list of room events. The order depends on the ``dir`` parameter. For ``dir=b`` events will be in reverse-chronological order, for ``dir=f`` in chronological order, so that events start at the ``from`` point.
A list of room events. The order depends on the ``dir`` parameter.
For ``dir=b`` events will be in reverse-chronological order,
for ``dir=f`` in chronological order, so that events start
at the ``from`` point.
items:
type: object
title: RoomEvent
Expand Down
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2069.clarification
@@ -0,0 +1 @@
Clarify the order events in chunk are returned in for /messages

0 comments on commit 8b28972

Please sign in to comment.