0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

ircd:Ⓜ️:fetch: Enable conformity check for fetch by default.

This commit is contained in:
Jason Volk 2020-07-06 07:54:27 -07:00
parent f8e32477f8
commit 41e13921c3

View file

@ -741,7 +741,7 @@ decltype(ircd::m::fetch::check_conforms)
ircd::m::fetch::check_conforms
{
{ "name", "ircd.m.fetch.check.conforms" },
{ "default", false },
{ "default", true },
};
decltype(ircd::m::fetch::check_signature)