Merge pull request #132 from matrix-org/markjh/room_tags
Document a v2 api for setting tags on rooms
This commit is contained in:
commit
c5f457cee9
8 changed files with 274 additions and 2 deletions
8
event-schemas/examples/v1/m.tag
Normal file
8
event-schemas/examples/v1/m.tag
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "m.tag",
|
||||
"content": {
|
||||
"tags": {
|
||||
"work": {"order": 1}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue