From 3510454768b1877540c6dc25f4967e4b608203a8 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:43:13 +0200 Subject: [bugfix/chore] Refactor timeline code (#1656) * start poking timelines * OK yes we're refactoring, but it's nothing like the last time so don't worry * more fiddling * update tests, simplify Get * thanks linter, you're the best, mwah mwah kisses * do a bit more tidying up * start buggering about with the prepare function * fix little oopsie * start merging lists into 1 * ik heb een heel zwaar leven nee nee echt waar * hey it works we did it reddit * regenerate swagger docs * tidy up a wee bit * adjust paging * fix little error, remove unused functions --- docs/api/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index e0a61012a..44e0cba15 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -5582,11 +5582,11 @@ paths: in: query name: max_id type: string - - description: Return only statuses *NEWER* than the given since status ID. The status with the specified ID will not be included in the response. + - description: Return only statuses *newer* than the given since status ID. The status with the specified ID will not be included in the response. in: query name: since_id type: string - - description: Return only statuses *NEWER* than the given since status ID. The status with the specified ID will not be included in the response. + - description: Return only statuses *immediately newer* than the given since status ID. The status with the specified ID will not be included in the response. in: query name: min_id type: string -- cgit v1.2.3