Merge pull request #6350 from vector-im/dbkr/lets_kill_presence

Add disable-presence-by-hs option to sample config
pull/6422/head
Luke Barnard 2018-03-20 13:01:26 +00:00 committed by GitHub
commit 6c3b226e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -27,5 +27,8 @@
"whitelistedHSUrls": ["https://matrix.org"],
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
"siteId": 1
},
"enable_presence_by_hs_url": {
"https://matrix.org": false
}
}