fix: schema changes for 9acdc6808c and 0930934200

This commit is contained in:
Julian Lam
2023-01-27 10:58:15 -05:00
parent 1dbe9f5866
commit 0d2d205759

View File

@@ -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: