Allow room tags to have asssociated content, and return that content in the m.tag events
parent
f557e69860
commit
52f55e0542
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"type": "m.tag",
|
"type": "m.tag",
|
||||||
"content": {
|
"content": {
|
||||||
"tags": [
|
"tags": {
|
||||||
"work"
|
"work": {}
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue