You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
We've had a report of Element iOS crashing when opening rooms that are v11 (element-hq/element-ios#7633). I've tracked this down to the room's m.room.create event missing the creator string. The spec seems to indicate that this is a required property.
Steps to reproduce
Open an existing room (not v11) in Element Web.
Send /upgrade 11 into to the room to upgrade it.
Open the devtools and inspect the m.room.create event.
Description
We've had a report of Element iOS crashing when opening rooms that are v11 (element-hq/element-ios#7633). I've tracked this down to the room's
m.room.create
event missing thecreator
string. The spec seems to indicate that this is a required property.Steps to reproduce
/upgrade 11
into to the room to upgrade it.m.room.create
event.creator
field isn't present.Homeserver
matrix.org
Synapse Version
{"server_version":"1.89.0rc1 (b=matrix-org-hotfixes,42ec11ae56)","python_version":"3.11.4"}
Installation Method
I don't know
Database
I don't know
Workers
I don't know
Platform
I don't know
Configuration
No response
Relevant log output
{
"content": {
"creator": "@iosdevsim:matrix.org",
"room_version": "9"
},
"origin_server_ts": 1669825203254,
"sender": "@iosdevsim:matrix.org",
"state_key": "",
"type": "m.room.create",
"unsigned": {
"age": 21145236426
},
"event_id": "$d5jYmLHlk3yzz0isn8mL9QpRa87isjUA-35zmtcRQeg",
"room_id": "!YCpieHsogoKpVyPLWg:matrix.org"
}
The text was updated successfully, but these errors were encountered: