feat: config setting to default show/hide private info

This commit is contained in:
spiral
2021-12-06 04:01:42 -05:00
parent 455830a2b5
commit 32bea51e18
14 changed files with 71 additions and 17 deletions

View File

@@ -108,6 +108,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|latch_timeout|int?|
|member_default_private*|bool|whether members created through the bot have privacy settings set to private by default|
|group_default_private*|bool|whether groups created through the bot have privacy settings set to private by default|
|show_private_info|bool|whether the bot shows the system's own private information without a `-private` flag|
|member_limit|int|read-only, defaults to 1000|
|group_limit|int|read-only, defaults to 250|

View File

@@ -49,8 +49,7 @@ There are a number of option flags that can be added to the `pk;system list` com
|Flag|Aliases|Description|
|---|---|---|
|-all|-a|Show all members, including private members|
|-public-only|-public, -pub|Only show public members (default)|
|-private-only|-private, -priv|Only show private members|
|-private-only|-po|Only show private members|
::: warning
You cannot look up private members of another system.
@@ -80,4 +79,6 @@ These flags only work with the full member list (`pk;system list full`).
|pk;group \<group> frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|Most commands|-all|-a|Show hidden/private information|
|Most commands|-raw|-r|Show text with formatting, for easier copy-pasting|
|All commands|-private|-priv|Show private information|
|All commands|-public|-pub|Hide private information|
|All commands, except `delete`|-y|-yes|Skip confirmation prompt|