mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
fix(docs): consistency: use 'boolean' everywhere instead of 'bool'
This commit is contained in:
parent
56c3d6057e
commit
8aa2b0b7aa
2 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ A `?` after the column type indicates a nullable parameter (value can be cleared
|
|||
| prefix | string? | Yes | **Deprecated.** Use `proxy_tags` instead. |
|
||||
| suffix | string? | Yes | **Deprecated.** Use `proxy_tags` instead. |
|
||||
| proxy_tags | ProxyTag[] | Yes (entire array) | An array of ProxyTag (see below) objects, each representing a single prefix/suffix pair. |
|
||||
| keep_proxy | bool | Yes | Whether to display a member's proxy tags in the proxied message. |
|
||||
| keep_proxy | boolean | Yes | Whether to display a member's proxy tags in the proxied message. |
|
||||
| created | datetime | No | |
|
||||
| privacy | string? | Yes | **Deprecated.** Use `<subject>_privacy` and `visibility` fields. |
|
||||
| visibility | string? | Yes | Patching with `private` will set it to private; `public` or `null` will set it to public. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue