gist/matrix/account-data/im.vector.web.settings
Aminda Suomalainen 1cb1f5cdd0
matrix: update account-data/im.vector.web.settings
copy-pasted from @Ciblia:matrix.org with recent rooms redacted
2022-02-14 13:06:57 +02:00
..

# 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.

```
{
	"theme": "dark",
	"MessageComposer.showFormatting": false,
	"MessageComposerInput.isRichTextEnabled": false,
	"pinUnreadRooms": true,
	"enableWidgetScreenshots": true,
	"useCompactLayout": true,
	"pinMentionedRooms": true,
	"alwaysShowTimestamps": true,
	"promptBeforeInviteUnknownUsers": false,
	"breadcrumbs": true,
	"Spaces.allRoomsInHome": true,
	"developerMode": 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",
		"fosdem.org"
	]
}
```