Clarify room version requirements on MSC3381 #4355
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I believe #3381 is erroneously blocked on the extensible events system and its room version requirements. Polls don't exist in the current spec. Poll events, therefore, cannot conflict with any other events in existing room versions. Additionally, the only extensible events building block that polls depend on is
m.text. This has already entered the spec in v1.15 via #3765, however.Process note: MSCs can receive clarification changes post-FCP, but anything materially different requires a new MSC. I believe this qualifies as clarification because the room version restriction for polls does not appear to have any practical uses and arbitrarily prevents us from adding them into the spec.