mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
matrix: add a lot of room directory servers
This commit is contained in:
parent
48542fa9a1
commit
d3567dd49c
@ -1,11 +1,26 @@
|
|||||||
# im.vector.web.settings
|
# 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,
|
"Spaces.allRoomsInHome": true,
|
||||||
"breadcrumbs": true,
|
"breadcrumbs": true,
|
||||||
"room_directory_servers": [
|
"room_directory_servers": [
|
||||||
"fedoraproject.org",
|
"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"
|
"irc.snt.utwente.nl"
|
||||||
],
|
],
|
||||||
"developerMode": true,
|
"developerMode": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user