Update default server list in config.json (#1467)

* Remove halogen.city

* Update config.json

* Update config.json
This commit is contained in:
Krishan 2023-10-21 21:36:13 +11:00 committed by GitHub
parent 9200e22a7e
commit 9fcd1a0d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,13 @@
{ {
"defaultHomeserver": 3, "defaultHomeserver": 3,
"homeserverList": [ "homeserverList": [
"0wnz.at",
"converser.eu", "converser.eu",
"envs.net", "envs.net",
"halogen.city",
"matrix.org", "matrix.org",
"mozilla.org" "monero.social",
"mozilla.org",
"xmr.se"
], ],
"allowCustomHomeservers": true "allowCustomHomeservers": true
} }