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
When creating a room via /createRoom, creation_content can be specified to append information to the m.room.create event in the room. For known fields like predecessor, it can be important that the correct value type is used, otherwise there may be issues downstream.
Synapse should validate the fields it knows about, and continue to accept unknown fields verbatim.
Description
When creating a room via
/createRoom
,creation_content
can be specified to append information to them.room.create
event in the room. For known fields likepredecessor
, it can be important that the correct value type is used, otherwise there may be issues downstream.Synapse should validate the fields it knows about, and continue to accept unknown fields verbatim.
Related: #13664
Steps to reproduce
predecessor: "some string"
instead ofpredecessor: { object required by spec }
Homeserver
matrix.org
Synapse Version
matrix.org
Installation Method
Other (please mention below)
Database
postgresql
Workers
Multiple workers
Platform
matrix.org
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: