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

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

View file

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

View file

@ -15,7 +15,8 @@
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"roomDirectory": {
"servers": [
"matrix.org"
"matrix.org",
"gitter.im"
]
},
"showLabsSettings": false,