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 trying to send an m.room.tombstone custom state event through either devtools or Swagger, I only receive an Content has no replacement_room key error despite the replacement_room being populated in the content.
devtools
{
"content": {
"replacement_room": "!dwCfBTJakfZKJONWKw:matrix.org",
"body": "This room has been replaced"
},
"room_id": "!GGpVnIHTefZpWGatgK:hackingfor.eu",
"sender": "@thomcat:thomcat.rocks"
}
Description
When trying to send an
m.room.tombstone
custom state event through eitherdevtools
or Swagger, I only receive anContent has no replacement_room key
error despite thereplacement_room
being populated in thecontent
.devtools
Swagger
Steps to reproduce
devtools
-> Explore room state -> Send custom state eventHomeserver
thomcat.rocks
Synapse Version
1.121.1
Installation Method
Docker (matrixdotorg/synapse)
Database
Single Postgres, never ported from SQLite, never restored previously
Workers
Single process
Platform
Ubuntu 22.04, running
synapse
in docker containerConfiguration
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: