From 0d2d205759942a00114b9347b1ffd61b0e7dd60f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 27 Jan 2023 10:58:15 -0500 Subject: [PATCH] fix: schema changes for 9acdc6808c070555352951c651921df181b10993 and 093093420027999df3c67bf0ea6024f6dbf81d2d --- public/openapi/read/topic/topic_id.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/public/openapi/read/topic/topic_id.yaml b/public/openapi/read/topic/topic_id.yaml index 4b890143f7..73841bcde9 100644 --- a/public/openapi/read/topic/topic_id.yaml +++ b/public/openapi/read/topic/topic_id.yaml @@ -126,6 +126,12 @@ get: type: array items: type: string + muted: + type: boolean + description: Whether or not the user has been muted. + mutedUntil: + type: number + description: A UNIX timestamp representing the moment a muted state will be lifted. icon:text: type: string description: A single-letter representation of a username. This is used in the @@ -219,6 +225,19 @@ get: type: number selfPost: type: boolean + events: + type: array + items: + type: object + properties: + type: + type: string + id: + type: number + timestamp: + type: number + timestampISO: + type: string topicOwnerPost: type: boolean display_edit_tools: