Make the backfill response aware of event format changes
This commit is contained in:
parent
e27c83d9f8
commit
9b214ec16d
3 changed files with 24 additions and 26 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"origin": "matrix.org",
|
||||
"origin_server_ts": 1234567890,
|
||||
"pdus": [{"$ref": "pdu.json"}]
|
||||
}
|
||||
"pdus": [{
|
||||
"see_room_version_spec": "The event format changes depending on the room version."
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue