forked from AkkomaGang/akkoma
Formatting got me again
This commit is contained in:
parent
21dc3e3812
commit
0afff36cda
1 changed files with 3 additions and 3 deletions
|
@ -534,7 +534,8 @@
|
|||
%{
|
||||
key: :description,
|
||||
type: :string,
|
||||
description: "The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
|
||||
description:
|
||||
"The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
|
||||
suggestions: [
|
||||
"Very cool instance"
|
||||
]
|
||||
|
@ -2151,8 +2152,7 @@
|
|||
%{
|
||||
key: :enabled,
|
||||
type: :boolean,
|
||||
description:
|
||||
"Fetch posts when a new user is federated with"
|
||||
description: "Fetch posts when a new user is federated with"
|
||||
},
|
||||
%{
|
||||
key: :pages,
|
||||
|
|
Loading…
Reference in a new issue