style: format using nixfmt-rfc-style
All checks were successful
Flake checks / Check (pull_request) Successful in 25m28s
All checks were successful
Flake checks / Check (pull_request) Successful in 25m28s
This commit is contained in:
parent
56f987e424
commit
a59e57c532
|
@ -265,12 +265,14 @@ in
|
|||
|
||||
app_service_config_files = config.pub-solar-os.matrix.synapse.app-service-config-files;
|
||||
|
||||
modules = [{
|
||||
modules = [
|
||||
{
|
||||
module = "matrix_http_rendezvous_synapse.SynapseRendezvousModule";
|
||||
config = {
|
||||
prefix = "/_synapse/client/org.matrix.msc3886/rendezvous";
|
||||
};
|
||||
}];
|
||||
}
|
||||
];
|
||||
|
||||
experimental_features = {
|
||||
msc3886_endpoint = "/_synapse/client/org.matrix.msc3886/rendezvous";
|
||||
|
|
Loading…
Reference in a new issue