matrix-spec/data/api/server-server/examples/unsigned_pdu_base.json
Johannes Marbach 3e98a0f9e1 Remove leftover origin field from unsigned PDU example
Fixes: #1480
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-08-07 13:32:57 +02:00

26 lines
577 B
JSON

{
"room_id": "!UcYsUzyxTGDxLBEvLy:example.org",
"sender": "@alice:example.com",
"origin_server_ts": 1404838188000,
"depth": 12,
"auth_events": [
[
"$af232176:example.org",
{"sha256": "abase64encodedsha256hashshouldbe43byteslong"}
]
],
"type": "m.room.message",
"prev_events": [
[
"$af232176:example.org",
{"sha256": "abase64encodedsha256hashshouldbe43byteslong"}
]
],
"content": {
"key": "value"
},
"unsigned": {
"age": 4612
}
}