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, "breadcrumbs": true,
"Spaces.allRoomsInHome": true,
"developerMode": true,
"room_directory_servers": [ "room_directory_servers": [
"fedoraproject.org", "fedoraproject.org",
"feneas.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", "hacklab.fi",
"pikaviestin.fi", "pikaviestin.fi",
"libera.chat", "libera.chat",
"irc.snt.utwente.nl" "irc.snt.utwente.nl",
], "fosdem.org"
"developerMode": true, ]
"Spaces.enabledMetaSpaces": {
"home-space": true,
"favourites-space": true,
"people-space": true,
"orphans-space": true
}
} }
``` ```