From 9765116c47cf1045f0499bd3e190405fee8e05e0 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 20 May 2020 10:11:30 +0100 Subject: [PATCH 1/2] Make backfill wording clearer --- api/server-server/backfill.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/server-server/backfill.yaml b/api/server-server/backfill.yaml index d53de6c0..e98c9e90 100644 --- a/api/server-server/backfill.yaml +++ b/api/server-server/backfill.yaml @@ -32,8 +32,8 @@ paths: summary: Retrieves the events which precede the given event description: |- Retrieves a sliding-window history of previous PDUs that occurred in the given room. - Starting from the PDU ID(s) given in the ``v`` argument, the PDUs that preceded it - are retrieved, up to the total number given by the ``limit``. + Starting from the PDU ID(s) given in the ``v`` argument, the PDUs given in ``v`` and + the PDUs that preceded it are retrieved, up to the total number given by the ``limit``. operationId: backfillRoom security: - signedRequest: [] From fc91946e5a4b5ea888912420ed3ab074dfc104f9 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Wed, 20 May 2020 11:07:35 +0100 Subject: [PATCH 2/2] Update api/server-server/backfill.yaml Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- api/server-server/backfill.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server-server/backfill.yaml b/api/server-server/backfill.yaml index e98c9e90..4bf62663 100644 --- a/api/server-server/backfill.yaml +++ b/api/server-server/backfill.yaml @@ -33,7 +33,7 @@ paths: description: |- Retrieves a sliding-window history of previous PDUs that occurred in the given room. Starting from the PDU ID(s) given in the ``v`` argument, the PDUs given in ``v`` and - the PDUs that preceded it are retrieved, up to the total number given by the ``limit``. + the PDUs that preceded them are retrieved, up to the total number given by the ``limit``. operationId: backfillRoom security: - signedRequest: []