mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +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
|
allow_self
|
||||||
{
|
{
|
||||||
{ "name", "ircd.federation.send.allow_self" },
|
{ "name", "ircd.federation.send.allow_self" },
|
||||||
{ "default", "false" },
|
{ "default", false },
|
||||||
};
|
};
|
||||||
|
|
||||||
conf::item<size_t>
|
conf::item<size_t>
|
||||||
|
|
Loading…
Reference in a new issue