mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 18:08:37 +01:00
22 lines
540 B
JSON
22 lines
540 B
JSON
|
|
{
|
||
|
|
"room_id": "!UcYsUzyxTGDxLBEvLy:example.org",
|
||
|
|
"sender": "@alice:example.com",
|
||
|
|
"origin_server_ts": 1404838188000,
|
||
|
|
"depth": 12,
|
||
|
|
"type": "m.room.message",
|
||
|
|
"content": {
|
||
|
|
"key": "value"
|
||
|
|
},
|
||
|
|
"hashes": {
|
||
|
|
"sha256": "thishashcoversallfieldsincasethisisredacted"
|
||
|
|
},
|
||
|
|
"signatures": {
|
||
|
|
"example.com": {
|
||
|
|
"ed25519:key_version": "these86bytesofbase64signaturecoveressentialfieldsincludinghashessocancheckredactedpdus"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"unsigned": {
|
||
|
|
"age": 4612
|
||
|
|
}
|
||
|
|
}
|