mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️:fetch: Fix conf item type.
This commit is contained in:
parent
1ee5cbdeee
commit
56a8f6494d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue