diff --git a/docs/labs.md b/docs/labs.md index 34332f7ec3..69ce263fab 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -130,6 +130,15 @@ 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 +## 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 +within the message timeline. 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. + +Bug reports, feature requests, etc are not currently accepted for this feature flag. A later stage of +development will provide opportunities for feedback.