Add invite_room_state example.

pull/977/head
Kegan Dougal 9 years ago
parent d39a9082a0
commit a8d8412068

@ -12,6 +12,22 @@
"sender": "@zun:zun.soft"
}
},
"invite_room_state": [
{
"type": "m.room.name",
"state_key": "",
"content": {
"name": "Forest of Magic"
}
},
{
"type": "m.room.join_rules",
"state_key": "",
"content": {
"join_rules": "invite"
}
}
],
"state_key": "@alice:localhost",
"origin_server_ts": 1431961217939,
"event_id": "$WLGTSEFSEF:localhost",

Loading…
Cancel
Save