From ee5054fb426e502795d255383e771ba1f292a9f1 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Thu, 7 Jul 2016 01:26:18 -0700 Subject: [PATCH] Supply prev_batch unconditionally in timelines Signed-off-by: Benjamin Saunders --- api/client-server/definitions/timeline_batch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/definitions/timeline_batch.yaml b/api/client-server/definitions/timeline_batch.yaml index 095bb61e..1bc03c40 100644 --- a/api/client-server/definitions/timeline_batch.yaml +++ b/api/client-server/definitions/timeline_batch.yaml @@ -6,7 +6,7 @@ properties: on the filter type: boolean prev_batch: - description: If the batch was limited then this is a token that can be supplied - to the server to retrieve earlier events + description: A token that can be supplied to to the ``from`` parameter of the + rooms/{roomId}/messages endpoint type: string type: object