From 902caeaf2b66480884211e1eeb4a327868d2f37a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 15 Dec 2023 22:45:46 -0700 Subject: [PATCH] Fix MSC3930's unstable prefix references (#4082) --- proposals/3930-polls-notifications.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/proposals/3930-polls-notifications.md b/proposals/3930-polls-notifications.md index c40fd10d..d5dc0e9a 100644 --- a/proposals/3930-polls-notifications.md +++ b/proposals/3930-polls-notifications.md @@ -138,6 +138,5 @@ None applicable - no new considerations need to be made with this proposal. ## Unstable prefix While this MSC is not considered stable, implementations should use `org.matrix.msc3930.*` as a prefix -in place of `m.*` for the push rule IDs. As of writing, polls are only implemented using the legacy -`org.matrix.msc3381.poll.*` prefix rather than the newer `v2` prefix - implementations of this MSC -should be aware of which version of MSC3381 they plan to support. +in place of `m.*` for the push rule IDs. The event types for those associated push rules are described +by the [Unstable Prefix section of MSC3381](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/3381-polls.md#unstable-prefix).