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).