mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
As per [MSC1884](https://github.com/matrix-org/matrix-doc/pull/1884) and [MSC2002](https://github.com/matrix-org/matrix-doc/pull/2002). No known changes since the proposals were accepted. Due to being in the area: This fixes https://github.com/matrix-org/matrix-doc/issues/1863
21 lines
529 B
JSON
21 lines
529 B
JSON
{
|
|
"$ref": "unsigned_pdu_base.json",
|
|
"hashes": {
|
|
"sha256": "thishashcoversallfieldsincasethisisredacted"
|
|
},
|
|
"signatures": {
|
|
"example.com": {
|
|
"ed25519:key_version:": "these86bytesofbase64signaturecoveressentialfieldsincludinghashessocancheckredactedpdus"
|
|
}
|
|
},
|
|
"auth_events": [
|
|
"$base64encodedeventid",
|
|
"$adifferenteventid"
|
|
],
|
|
"prev_events": [
|
|
"$base64encodedeventid",
|
|
"$adifferenteventid"
|
|
],
|
|
"redacts": "$some/old+event"
|
|
}
|