mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-01 20:30:07 +01:00
fix: schema update for be6bbabd0e
This commit is contained in:
@@ -133,6 +133,15 @@ UserObject:
|
||||
example:
|
||||
- administrators
|
||||
- Staff
|
||||
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.
|
||||
mutedReason:
|
||||
type: string
|
||||
description: The admin-provided reason for being muted.
|
||||
'icon:text':
|
||||
type: string
|
||||
description: A single-letter representation of a username. This is used in the auto-generated icon given to users without an avatar
|
||||
|
||||
Reference in New Issue
Block a user