From fe15d3b7c1f50c00276ff6e65d74055a81dc43c2 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 22 Jan 2020 14:18:26 +0000 Subject: [PATCH] Add docs for admin report content message Part of https://github.com/vector-im/riot-web/issues/11992 --- docs/config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.md b/docs/config.md index 7fa7774e5d..5a252deb1c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -37,6 +37,10 @@ For a good example, see https://riot.im/develop/config.json. authentication flows 1. `authFooterLinks`: a list of links to show in the authentication page footer: `[{"text": "Link text", "url": "https://link.target"}, {"text": "Other link", ...}]` +1. `reportEvent`: Configures the dialog for reporting content to the homeserver + admin. + 1. `adminMessageMD`: An extra message to show on the reporting dialog to + mention homeserver-specific policies. Accepts Markdown. 1. `integrations_ui_url`: URL to the web interface for the integrations server. The integrations server is not Riot and normally not your homeserver either. The integration server settings may be left blank to disable integrations.