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

ircd:Ⓜ️:fetch: Fix conf item type.

This commit is contained in:
Jason Volk 2020-03-08 14:09:59 -07:00
parent 1ee5cbdeee
commit 56a8f6494d

View file

@ -731,7 +731,7 @@ namespace ircd::m::fetch
extern conf::item<bool> check_event_id;
extern conf::item<bool> check_conforms;
extern conf::item<int> check_signature;
extern conf::item<bool> check_signature;
}
decltype(ircd::m::fetch::check_event_id)