mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
ircd:Ⓜ️:fetch: Enable conformity check for fetch by default.
This commit is contained in:
parent
f8e32477f8
commit
41e13921c3
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ decltype(ircd::m::fetch::check_conforms)
|
||||||
ircd::m::fetch::check_conforms
|
ircd::m::fetch::check_conforms
|
||||||
{
|
{
|
||||||
{ "name", "ircd.m.fetch.check.conforms" },
|
{ "name", "ircd.m.fetch.check.conforms" },
|
||||||
{ "default", false },
|
{ "default", true },
|
||||||
};
|
};
|
||||||
|
|
||||||
decltype(ircd::m::fetch::check_signature)
|
decltype(ircd::m::fetch::check_signature)
|
||||||
|
|
Loading…
Reference in a new issue