This commit is contained in:
parent
f75783b898
commit
23dd8c384b
1 changed files with 5 additions and 1 deletions
|
@ -61,7 +61,11 @@
|
|||
address = "127.0.200.101";
|
||||
abuseReporting.enabled = true;
|
||||
synapseHTTPAntispam = {
|
||||
enabled = if config.pub-solar-os.matrix.draupnir.http-antispam-authorization-file != null then true else false;
|
||||
enabled =
|
||||
if config.pub-solar-os.matrix.draupnir.http-antispam-authorization-file != null then
|
||||
true
|
||||
else
|
||||
false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue