Make the backfill response aware of event format changes

This commit is contained in:
Travis Ralston 2019-01-31 23:46:22 -07:00
parent e27c83d9f8
commit 9b214ec16d
3 changed files with 24 additions and 26 deletions

View file

@ -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."
}]
}