blacksteel/matrix: enable msc3575
This commit is contained in:
parent
0b89e192b1
commit
9025a943a0
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
|||
}
|
||||
];
|
||||
|
||||
experimental_features = {
|
||||
# MSC3575 (Sliding Sync API endpoints)
|
||||
# TODO: drop matrix-sliding-sync proxy
|
||||
msc3575_enabled = true;
|
||||
};
|
||||
|
||||
# https://element-hq.github.io/synapse/latest/openid.html#keycloak
|
||||
oidc_providers = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue