Add allowCustomHomeservers config option (#525)

* feat: Add allowCustomHomeservers config option

* fix: Do not lock the homeserver input when the selection is changed
This commit is contained in:
Ash 2022-05-12 12:43:14 +01:00 committed by GitHub
parent b3cb48319a
commit c08b0e654b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -7,5 +7,6 @@
"kde.org",
"matrix.org",
"chat.mozilla.org"
]
],
"allowCustomHomeservers": true
}