mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/federation/send: Fix bool conf item default.
This commit is contained in:
parent
5458025a5c
commit
64b3edd591
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ conf::item<bool>
|
|||
allow_self
|
||||
{
|
||||
{ "name", "ircd.federation.send.allow_self" },
|
||||
{ "default", "false" },
|
||||
{ "default", false },
|
||||
};
|
||||
|
||||
conf::item<size_t>
|
||||
|
|
Loading…
Reference in a new issue