matrix: update account-data/im.vector.web.settings

copy-pasted from @Ciblia:matrix.org with recent rooms redacted
This commit is contained in:
Aminda Suomalainen 2022-02-14 13:06:57 +02:00
parent 081b860064
commit 1cb1f5cdd0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -5,8 +5,18 @@ having to do that manually on all my accounts clicking a lot in Element Web/Desk
```
{
"Spaces.allRoomsInHome": true,
"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",
@ -21,14 +31,8 @@ having to do that manually on all my accounts clicking a lot in Element Web/Desk
"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
}
"irc.snt.utwente.nl",
"fosdem.org"
]
}
```