summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-12-12 23:50:33 +0100
committerGitHub <noreply@github.com>2022-12-12 23:50:33 +0100
commit41c19803ca2145ac0de8a873fe05265f0564f64a (patch)
treeaa60c2ebd9a299edb5d32983ccecfe64f70a8e49 /docs
parentad7e93c02fe8ffcb9a0500e2487e3b504b1dbde0 (diff)
parentea92a4787a2c1155c2121a6982b32bd4c9926273 (diff)
Merge pull request #8457 from nextcloud/feature/8410/default-permissions
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/settings.md b/docs/settings.md
index 4dc12241e..bbe4b02bb 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -81,6 +81,7 @@ Option legend:
| `session-ping-limit` | int | `200` | | Number of sessions the HPB can ping in a single request |
| `token_entropy` | int | `8` | | Length of conversation tokens, can be increased to make tokens harder to guess but reduces readability and dial-in comfort |
| `default_group_notification` | int | `2` | 🖌️ | Default notification level for group conversations [constants list](constants.md#participant-notification-levels) |
+| `default_permissions` | int | `246` | | Default permissions for non-moderators (see [constants list](constants.md#attendee-permissions) for bit flags) |
| `grid_videos_limit` | int | `19` | | Maximum number of videos to show (additional to the own video) |
| `grid_videos_limit_enforced` | string<br>`yes` or `no` | `no` | | Whether the number of grid videos should be enforced |
| `changelog` | string<br>`yes` or `no` | `yes` | | Whether the changelog conversation is updated with new features on major releases |