summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-15 15:22:14 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-15 15:22:14 +0100
commit7d71975e6a3c247d1502e54b5aac831ee08510fb (patch)
tree11587d8c8ca98bbc20cafdf70f7453cdaa429cc8 /docs
parentAdd config option to block users from looking up 3PIDs (#5010) (diff)
parentupdate grafana dashboard (diff)
downloadsynapse-7d71975e6a3c247d1502e54b5aac831ee08510fb.tar.xz
Merge branch 'develop' into dinsic
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_api/delete_group.md14
-rw-r--r--docs/sample_config.yaml9
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/admin_api/delete_group.md b/docs/admin_api/delete_group.md
new file mode 100644

index 0000000000..d703d108b0 --- /dev/null +++ b/docs/admin_api/delete_group.md
@@ -0,0 +1,14 @@ +# Delete a local group + +This API lets a server admin delete a local group. Doing so will kick all +users out of the group so that their clients will correctly handle the group +being deleted. + + +The API is: + +``` +POST /_matrix/client/r0/admin/delete_group/<group_id> +``` + +including an `access_token` of a server admin. diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index ff9f687b3c..ad0b57592a 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -236,6 +236,9 @@ listeners: # - medium: 'email' # address: 'reserved_user@example.com' +# Used by phonehome stats to group together related servers. +#server_context: context + ## TLS ## @@ -643,6 +646,12 @@ uploads_path: "DATADIR/uploads" # #enable_registration: false +# Optional account validity parameter. This allows for, e.g., accounts to +# be denied any request after a given period. +# +#account_validity: +# period: 6w + # The user must provide all of the below types of 3PID when registering. # #registrations_require_3pid: