From ca3ade14eadaef4ee18cf0d963f0341b19821858 Mon Sep 17 00:00:00 2001 From: James Salter Date: Fri, 26 Nov 2021 10:54:03 +1100 Subject: [PATCH] Remove feature_pseudonymous_analytics_opt_in Depends on https://github.com/matrix-org/matrix-react-sdk/pull/6936/ --- docs/labs.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index c954b2963c0..b3ff902c7fb 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -130,10 +130,6 @@ Enables sending hidden read receipts as per [MSC2285](https://github.com/matrix- Adds a "Message layout" section under `Settings -> Appearance`, where the user can select their preferred message layout (e.g. IRC or Modern). Additionally, adds a new "Message bubbles" layout. -## Pseudonymous Analytics opt-in (`feature_pseudonymous_analytics_opt_in`) - -Opts in to collection of pseudonymous analytics data via Posthog. See https://github.com/matrix-org/matrix-react-sdk/pull/6495 - ## Polls (`feature_polls`) [In Development] Polls are a way to gauge interest from your community about a certain topic with a simple voting mechanic @@ -148,4 +144,4 @@ development will provide opportunities for feedback. Maximised widgets provide a room layout in which a widget is (temporarily) the primary focus of the room. The whole chat area is then used for the widget. The chat is moved into the right panel. Note that this feature is currently under active development and therefore is -entirely incomplete and may not work at all - it is not recommended for general use at this time. \ No newline at end of file +entirely incomplete and may not work at all - it is not recommended for general use at this time.