Merge pull request #217 from vector-im/jryans/libera-chat

Add libera.chat to default room directory
This commit is contained in:
J. Ryan Stinnett 2021-06-25 11:24:16 +01:00 committed by GitHub
commit c751470abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@
"roomDirectory": { "roomDirectory": {
"servers": [ "servers": [
"matrix.org", "matrix.org",
"gitter.im" "gitter.im",
"libera.chat"
] ]
}, },
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {

View File

@ -16,7 +16,8 @@
"roomDirectory": { "roomDirectory": {
"servers": [ "servers": [
"matrix.org", "matrix.org",
"gitter.im" "gitter.im",
"libera.chat"
] ]
}, },
"showLabsSettings": false, "showLabsSettings": false,