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
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"$ref": "pdu_v3.json",
|
|
"auth_events": [
|
|
"$urlsafe_base64_encoded_eventid",
|
|
"$a-different-event-id"
|
|
],
|
|
"prev_events": [
|
|
"$urlsafe_base64_encoded_eventid",
|
|
"$a-different-event-id"
|
|
],
|
|
"redacts": "$some-old_event"
|
|
}
|