mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/m_room_bootstrap: Fetch federation keys for state events concurrently.
This commit is contained in:
parent
6586a9e084
commit
794ef036e1
1 changed files with 2 additions and 0 deletions
|
@ -435,6 +435,8 @@ void
|
||||||
ircd::m::bootstrap::eval_state(const json::array &state)
|
ircd::m::bootstrap::eval_state(const json::array &state)
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
fetch_keys(state);
|
||||||
|
|
||||||
log::info
|
log::info
|
||||||
{
|
{
|
||||||
log, "Evaluating %zu state events...",
|
log, "Evaluating %zu state events...",
|
||||||
|
|
Loading…
Reference in a new issue