mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-02-18 06:40:37 +01:00
cleanup matrix/account-data/im.vector.web.settings
This commit is contained in:
parent
8f82431283
commit
9d6e613e68
@ -1,45 +0,0 @@
|
|||||||
<!-- 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 -->
|
|
||||||
|
|
||||||
# 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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
```
|
|
31
matrix/account-data/im.vector.web.settings/event.json
Normal file
31
matrix/account-data/im.vector.web.settings/event.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"MessageComposer.showFormatting": false,
|
||||||
|
"MessageComposerInput.isRichTextEnabled": false,
|
||||||
|
"Spaces.allRoomsInHome": true,
|
||||||
|
"alwaysShowTimestamps": true,
|
||||||
|
"breadcrumbs": true,
|
||||||
|
"developerMode": true,
|
||||||
|
"enableWidgetScreenshots": true,
|
||||||
|
"mjolnirRooms": [
|
||||||
|
"!ULRZFkcSPBMGysshcR:midnightthoughts.space",
|
||||||
|
"!GGuqmQVLNyWASNjVQw:envs.net",
|
||||||
|
"!fTjMjIzNKEsFlUIiru:neko.dev"
|
||||||
|
],
|
||||||
|
"pinMentionedRooms": true,
|
||||||
|
"pinUnreadRooms": true,
|
||||||
|
"promptBeforeInviteUnknownUsers": false,
|
||||||
|
"room_directory_servers": [
|
||||||
|
"fedoraproject.org",
|
||||||
|
"matrix.org",
|
||||||
|
"tchncs.de",
|
||||||
|
"tedomum.net",
|
||||||
|
"converser.eu",
|
||||||
|
"kapsi.fi",
|
||||||
|
"hacklab.fi",
|
||||||
|
"pikaviestin.fi",
|
||||||
|
"irc.snt.utwente.nl",
|
||||||
|
"fosdem.org"
|
||||||
|
],
|
||||||
|
"theme": "dark",
|
||||||
|
"useCompactLayout": true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user