Fix MSC3930's unstable prefix references (#4082)

pull/4085/head
Travis Ralston 5 months ago committed by GitHub
parent e5eb721d37
commit 902caeaf2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save