Add m.room.topic. Add title/descs. Add 'type' key checking.

This commit is contained in:
Kegan Dougal 2015-05-18 16:52:03 +01:00
parent 809ec63b9c
commit 5216b1ac8a
5 changed files with 64 additions and 4 deletions

View file

@ -0,0 +1,12 @@
{
"age": 242352,
"content": {
"topic": "A room topic"
},
"state_key": "",
"origin_server_ts": 1431961217939,
"event_id": "$WLGTSEFSEF:localhost",
"type": "m.room.topic",
"room_id": "!Cuyf34gef24t:localhost",
"user_id": "@example:localhost"
}