0
0
Fork 0
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:
Jason Volk 2020-03-03 16:14:47 -08:00
parent 5458025a5c
commit 64b3edd591

View file

@ -30,7 +30,7 @@ conf::item<bool>
allow_self
{
{ "name", "ircd.federation.send.allow_self" },
{ "default", "false" },
{ "default", false },
};
conf::item<size_t>