mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-20 18:34:11 +01:00
Add an example of `prev_content in unsigned` to v2 /sync
This commit is contained in:
parent
d067e50af5
commit
451801bf38
|
|
@ -241,6 +241,9 @@ paths:
|
||||||
"type": "m.room.member",
|
"type": "m.room.member",
|
||||||
"state_key": "@bob:example.com",
|
"state_key": "@bob:example.com",
|
||||||
"content": {"membership": "join"},
|
"content": {"membership": "join"},
|
||||||
|
"unsigned": {
|
||||||
|
"prev_content": {"membership": "invite"}
|
||||||
|
},
|
||||||
"origin_server_ts": 1417731086795
|
"origin_server_ts": 1417731086795
|
||||||
},
|
},
|
||||||
"$74686972643033:example.com": {
|
"$74686972643033:example.com": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue