mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
add sliding sync support
This commit is contained in:
parent
10a9c57f41
commit
d615cb38bd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ location /.well-known/matrix/server {
|
|||
location /.well-known/matrix/client {
|
||||
return 200 '{
|
||||
"m.homeserver": { "base_url": "https://__DOMAIN__" },
|
||||
"org.matrix.msc3575.proxy": { "url": "https://__DOMAIN__" },
|
||||
"im.vector.riot.jitsi": {"preferredDomain": "jitsi.riot.im"},
|
||||
"im.vector.riot.e2ee": {"default": true }
|
||||
}';
|
||||
|
|
Loading…
Add table
Reference in a new issue