mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
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"
|
||
|
|
}
|