mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-10-31 23:49:24 +01:00
Compare commits
2 Commits
ffb6e9e452
...
d3567dd49c
Author | SHA1 | Date | |
---|---|---|---|
d3567dd49c | |||
48542fa9a1 |
34
matrix/account-data/im.vector.web.settings/README.md
Normal file
34
matrix/account-data/im.vector.web.settings/README.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# im.vector.web.settings
|
||||||
|
|
||||||
|
The main point here is the `room_directory_servers` as this is a more pleasant way to copy it around than
|
||||||
|
having to do that manually on all my accounts clicking a lot in Element Web/Desktop.
|
||||||
|
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"Spaces.allRoomsInHome": true,
|
||||||
|
"breadcrumbs": true,
|
||||||
|
"room_directory_servers": [
|
||||||
|
"fedoraproject.org",
|
||||||
|
"feneas.org",
|
||||||
|
"matrix.org",
|
||||||
|
"pirateriot.net",
|
||||||
|
"liberta.casa",
|
||||||
|
"tchncs.de",
|
||||||
|
"tedomum.net",
|
||||||
|
"converser.eu",
|
||||||
|
"the-apothecary.club",
|
||||||
|
"kapsi.fi",
|
||||||
|
"hacklab.fi",
|
||||||
|
"pikaviestin.fi",
|
||||||
|
"libera.chat",
|
||||||
|
"irc.snt.utwente.nl"
|
||||||
|
],
|
||||||
|
"developerMode": true,
|
||||||
|
"Spaces.enabledMetaSpaces": {
|
||||||
|
"home-space": true,
|
||||||
|
"favourites-space": true,
|
||||||
|
"people-space": true,
|
||||||
|
"orphans-space": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user