From 7b209bdf9f1f5c734388cb1b1d7f6e001b4cceaf Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 5 Oct 2020 16:02:01 +0100 Subject: [PATCH] Remove riot-bot from sample config `riot-bot` is no longer recommended these days, and it causes confusion to have in the sample config. Fixes https://github.com/vector-im/element-web/issues/15357 --- config.sample.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 52e47f03f1..32bdc7e589 100644 --- a/config.sample.json +++ b/config.sample.json @@ -35,7 +35,6 @@ "matrix.org" ] }, - "welcomeUserId": "@riot-bot:matrix.org", "piwik": { "url": "https://piwik.riot.im/", "whitelistedHSUrls": ["https://matrix.org"],