Add m.room.topic. Add title/descs. Add 'type' key checking.
This commit is contained in:
parent
809ec63b9c
commit
5216b1ac8a
5 changed files with 64 additions and 4 deletions
12
event-schemas/examples/m.room.topic
Normal file
12
event-schemas/examples/m.room.topic
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue