Merge pull request #15894 from vector-im/jryans/add-gitter

Add gitter.im to room directory
This commit is contained in:
J. Ryan Stinnett 2020-12-04 11:17:07 +00:00 committed by GitHub
commit 344363d29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

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