mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:32:25 -05:00
[bugfix] Don't nil emojis + fields on blocked accounts (#2968)
* [bugfix] Don't nil emojis + fields on blocked accounts * comment * swagger
This commit is contained in:
parent
3b7faac604
commit
6f26b32ec3
4 changed files with 14 additions and 4 deletions
|
|
@ -223,7 +223,9 @@ definitions:
|
|||
type: string
|
||||
x-go-name: DisplayName
|
||||
emojis:
|
||||
description: Array of custom emojis used in this account's note or display name.
|
||||
description: |-
|
||||
Array of custom emojis used in this account's note or display name.
|
||||
Empty for blocked accounts.
|
||||
items:
|
||||
$ref: '#/definitions/emoji'
|
||||
type: array
|
||||
|
|
@ -235,7 +237,9 @@ definitions:
|
|||
type: boolean
|
||||
x-go-name: EnableRSS
|
||||
fields:
|
||||
description: Additional metadata attached to this account's profile.
|
||||
description: |-
|
||||
Additional metadata attached to this account's profile.
|
||||
Empty for blocked accounts.
|
||||
items:
|
||||
$ref: '#/definitions/field'
|
||||
type: array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue