From 135f37eeaf0927c8f23045a0c3a949e7d90b51c5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 15 Feb 2022 16:46:53 +0000 Subject: [PATCH] Deprecate Piwik/Matomo support (#21090) --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 700c5070e2..6cb5efc06a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -84,7 +84,7 @@ For a good example, see https://develop.element.io/config.json. 1. `update_base_url` (electron app only): HTTPS URL to a web server to download updates from. This should be the path to the directory containing `macos` and `win32` (for update packages, not installer packages). -1. `piwik`: Analytics can be disabled by setting `piwik: false` or by leaving the piwik config +1. DEPRECATED: `piwik`: Analytics can be disabled by setting `piwik: false` or by leaving the piwik config option out of your config file. If you want to enable analytics, set `piwik` to be an object containing the following properties: 1. `url`: The URL of the Piwik instance to use for collecting analytics