diff --git a/app/entities/user/page.mdx b/app/entities/user/page.mdx index 64cd43f..f7a6ab8 100644 --- a/app/entities/user/page.mdx +++ b/app/entities/user/page.mdx @@ -43,10 +43,10 @@ Instance **must** be the host of the instance the user is on (hostname with opti - + The user's avatar. Must be an image format (`image/*`). - + Short description of the user. Must be text format (`text/*`). @@ -87,11 +87,11 @@ Instance **must** be the host of the instance the user is on (hostname with opti } ``` - - If `true`, the user must approve any new followers manually. If `false`, followers are automatically approved. This does not affect federation, and is meant to be used for clients to display correct UI. + + If `true`, the user must approve any new followers manually. If `false`, followers are automatically approved. This does not affect federation, and is meant to be used for clients to display correct UI. Defaults to `false`. - - User consent to be indexed by search engines. If `false`, the user's profile should not be indexed. + + User consent to be indexed by search engines. If `false`, the user's profile should not be indexed. Defaults to `true`. The user's federation inbox. Refer to the [federation documentation](/federation).