We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to problem area: https://spec.matrix.org/v1.12/rooms/v11/#authorization-rules
Issue
Rule 4.3.1 states
[Changed in this version] If the only previous event is an m.room.create and the state_key is the sender, allow.
Which is a bit ambiguous: if the state_key is the sender of which event?
state_key
Previously it said
If the only previous event is an m.room.create and the state_key is the creator, allow.
So it's likely just a bad replacement as part of MSC2175.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Link to problem area: https://spec.matrix.org/v1.12/rooms/v11/#authorization-rules
Issue
Rule 4.3.1 states
Which is a bit ambiguous: if the
state_key
is the sender of which event?Previously it said
So it's likely just a bad replacement as part of MSC2175.
The text was updated successfully, but these errors were encountered: