From 5e76b849e87a437c992ec9e63486a7aa44b59500 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Mon, 21 Mar 2022 00:20:35 +0100 Subject: [PATCH] Update config.yaml --- conf/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 3e272d8..85a2416 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -198,7 +198,7 @@ bridge: # Whether or not the provisioning API should be enabled. enabled: false # The prefix to use in the provisioning API endpoints. - prefix: /_matrix/provision/v1 + prefix: /_matrix/provision # The shared secret to authorize users of the API. # Set to "generate" to generate and save a new token. shared_secret: generate @@ -214,7 +214,7 @@ bridge: # Sent when joining a management room and the user is already logged in. welcome_connected: "Use `help` for help." # Sent when joining a management room and the user is not logged in. - welcome_unconnected: "Use `help` for help or `register` to log in." + welcome_unconnected: "Use `help` for help or `link` to log in." # Optional extra text sent when joining a management room. additional_help: ""