forked from matrix/element-web
Add dosable-presence-by-hs option to sample config
This commit is contained in:
parent
b4020bb715
commit
da25f49cd7
|
@ -27,5 +27,8 @@
|
||||||
"whitelistedHSUrls": ["https://matrix.org"],
|
"whitelistedHSUrls": ["https://matrix.org"],
|
||||||
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
|
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
|
||||||
"siteId": 1
|
"siteId": 1
|
||||||
|
},
|
||||||
|
"enable_presence_by_hs_url": {
|
||||||
|
"https://matrix.org": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue