2023-03-16 18:53:28 +01:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
|
|
|
|
- [im.vector.web.settings](#imvectorwebsettings)
|
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
2021-11-26 08:43:52 +01:00
|
|
|
# im.vector.web.settings
|
|
|
|
|
2021-11-26 08:48:12 +01:00
|
|
|
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.
|
|
|
|
|
2021-11-26 08:43:52 +01:00
|
|
|
```
|
|
|
|
{
|
2022-02-14 12:06:57 +01:00
|
|
|
"theme": "dark",
|
|
|
|
"MessageComposer.showFormatting": false,
|
|
|
|
"MessageComposerInput.isRichTextEnabled": false,
|
|
|
|
"pinUnreadRooms": true,
|
|
|
|
"enableWidgetScreenshots": true,
|
|
|
|
"useCompactLayout": true,
|
|
|
|
"pinMentionedRooms": true,
|
|
|
|
"alwaysShowTimestamps": true,
|
|
|
|
"promptBeforeInviteUnknownUsers": false,
|
2021-11-26 08:43:52 +01:00
|
|
|
"breadcrumbs": true,
|
2022-02-14 12:06:57 +01:00
|
|
|
"Spaces.allRoomsInHome": true,
|
|
|
|
"developerMode": true,
|
2021-11-26 08:43:52 +01:00
|
|
|
"room_directory_servers": [
|
|
|
|
"fedoraproject.org",
|
2021-11-26 08:48:12 +01:00
|
|
|
"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",
|
2022-02-14 12:06:57 +01:00
|
|
|
"irc.snt.utwente.nl",
|
|
|
|
"fosdem.org"
|
|
|
|
]
|
2021-11-26 08:43:52 +01:00
|
|
|
}
|
|
|
|
```
|