mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
chore: Update generated docs
This commit is contained in:
@@ -527,13 +527,13 @@
|
|||||||
# which users must agree to when registering an account.
|
# which users must agree to when registering an account.
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# ```
|
# ```ignore
|
||||||
# [global.registration_terms.privacy_policy]
|
# [global.registration_terms.privacy_policy]
|
||||||
# en = { name = "Privacy Policy", url = "https://homeserver.example/en/privacy_policy.html" }
|
# en = { name = "Privacy Policy", url = "https://homeserver.example/en/privacy_policy.html" }
|
||||||
# es = { name = "Política de Privacidad", url = "https://homeserver.example/es/privacy_policy.html" }
|
# es = { name = "Política de Privacidad", url = "https://homeserver.example/es/privacy_policy.html" }
|
||||||
# ```
|
# ```
|
||||||
#
|
#
|
||||||
#registration_terms = false
|
#registration_terms = {}
|
||||||
|
|
||||||
# Controls whether encrypted rooms and events are allowed.
|
# Controls whether encrypted rooms and events are allowed.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -133,6 +133,18 @@ pusher service
|
|||||||
|
|
||||||
Returns all the pushers for the user
|
Returns all the pushers for the user
|
||||||
|
|
||||||
|
### `!admin query pusher delete-pusher`
|
||||||
|
|
||||||
|
Deletes a specific pusher by ID
|
||||||
|
|
||||||
|
### `!admin query pusher delete-all-user`
|
||||||
|
|
||||||
|
Deletes all pushers for a user
|
||||||
|
|
||||||
|
### `!admin query pusher delete-all-device`
|
||||||
|
|
||||||
|
Deletes all pushers associated with a device ID
|
||||||
|
|
||||||
## `!admin query short`
|
## `!admin query short`
|
||||||
|
|
||||||
short service
|
short service
|
||||||
|
|||||||
@@ -47,3 +47,11 @@ Restart the server
|
|||||||
## `!admin server shutdown`
|
## `!admin server shutdown`
|
||||||
|
|
||||||
Shutdown the server
|
Shutdown the server
|
||||||
|
|
||||||
|
## `!admin server list-features`
|
||||||
|
|
||||||
|
List features built into the server
|
||||||
|
|
||||||
|
## `!admin server build-info`
|
||||||
|
|
||||||
|
Build information
|
||||||
|
|||||||
@@ -157,3 +157,7 @@ Force joins all local users to the specified room.
|
|||||||
At least 1 server admin must be in the room to reduce abuse.
|
At least 1 server admin must be in the room to reduce abuse.
|
||||||
|
|
||||||
Requires the `--yes-i-want-to-do-this` flag.
|
Requires the `--yes-i-want-to-do-this` flag.
|
||||||
|
|
||||||
|
## `!admin users reset-push-rules`
|
||||||
|
|
||||||
|
Resets the push-rules (notification settings) of the target user to the server defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user