mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-11 21:42:34 +01:00
pages/matrix: fix syntax
This commit is contained in:
parent
a692809196
commit
bf9180a174
@ -322,11 +322,12 @@ Sample events for `/devtools`
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
````jsonnet
|
```jsonnet
|
||||||
// m.room.name
|
// m.room.name
|
||||||
{
|
{
|
||||||
"name": "Room Awesome!"
|
"name": "Room Awesome!"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
```jsonnet
|
```jsonnet
|
||||||
// m.space.parent
|
// m.space.parent
|
||||||
@ -338,7 +339,7 @@ Sample events for `/devtools`
|
|||||||
"example.org"
|
"example.org"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
````
|
```
|
||||||
|
|
||||||
```jsonnet
|
```jsonnet
|
||||||
// m.room.topic
|
// m.room.topic
|
||||||
|
Loading…
Reference in New Issue
Block a user