mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 11:27:24 +02:00
Compare commits
3 Commits
2af452388e
...
bf9180a174
Author | SHA1 | Date | |
---|---|---|---|
bf9180a174 | |||
a692809196 | |||
507f4eac70 |
@ -301,20 +301,53 @@ topic_.
|
||||
|
||||
Sample events for `/devtools`
|
||||
|
||||
```json5
|
||||
```jsonnet
|
||||
// m.room.join_rules
|
||||
{
|
||||
join_rule: "knock",
|
||||
}
|
||||
```
|
||||
|
||||
```json5
|
||||
```jsonnet
|
||||
// m.room.history_visibility
|
||||
{
|
||||
history_visibility: "invited",
|
||||
}
|
||||
```
|
||||
|
||||
```jsonnet
|
||||
// m.room.avatar
|
||||
{
|
||||
url: "mxc://example.org/YouShouldKnowHowToGetThis",
|
||||
}
|
||||
```
|
||||
|
||||
```jsonnet
|
||||
// m.room.name
|
||||
{
|
||||
"name": "Room Awesome!"
|
||||
}
|
||||
```
|
||||
|
||||
```jsonnet
|
||||
// m.space.parent
|
||||
// state key is room id with !
|
||||
{
|
||||
"via": [
|
||||
"example.com",
|
||||
"example.net",
|
||||
"example.org"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
```jsonnet
|
||||
// m.room.topic
|
||||
{
|
||||
topic: "This is my awesome topic \n Dare to disagree!",
|
||||
}
|
||||
```
|
||||
|
||||
### What are these idlekicks for inactivity, why are they for?
|
||||
|
||||
Some Matrix rooms decide to connect their channel to IRC maintaining the same users on both sides, which can be heavy for the IRC network depending on bridge type of which there are three "major" variants:
|
||||
|
Loading…
x
Reference in New Issue
Block a user