Skip to content

Commit

Permalink
Fix MSC3930's unstable prefix references (#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live authored Dec 16, 2023
1 parent e5eb721 commit 902caea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions proposals/3930-polls-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 902caea

Please sign in to comment.