-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
A-Room-UpgradesO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-TolerableLow/no impact on usersLow/no impact on usersT-Defect
Description
Steps to reproduce
- Go to app.element.io
- Login with a matrix.org account
- Navigate to a private space
- Create a room
Outcome
What did you expect?
It should create a v10 room, which is the default for Synapse: https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#default_room_version
What happened instead?
It creates a v9 room
Here is an example request sent by Eleweb:
{"name":"test2","preset":"private_chat","visibility":"private","initial_state":[{"type":"m.room.guest_access","state_key":"","content":{"guest_access":"can_join"}},{"type":"m.room.encryption","state_key":"","content":{"algorithm":"m.megolm.v1.aes-sha2"}},{"type":"m.space.parent","content":{"via":["matrix.org"],"canonical":true},"state_key":"!GkxzCXcFwWPrGYDCLQ:matrix.org"},{"type":"m.room.join_rules","content":{"join_rule":"restricted","allow":[{"type":"m.room_membership","room_id":"!GkxzCXcFwWPrGYDCLQ:matrix.org"}]}},{"type":"m.room.history_visibility","content":{"history_visibility":"invited"}}],"room_version":"9"}
I was told by the security team this version number comes from https://github.com/matrix-org/matrix-react-sdk/blob/2a3fd93afaf7b1f11c3e831541d7252a09985af0/src/utils/PreferredRoomVersions.ts#L25-L39
Operating system
No response
Browser information
No response
URL for webapp
app.element.io
Application version
No response
Homeserver
matrix.org
Will you send logs?
No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-Room-UpgradesO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-TolerableLow/no impact on usersLow/no impact on usersT-Defect