From e8b61b0cafc641cecf128cc659d856b2197b7dff Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 6 Jun 2019 17:42:29 -0700 Subject: [PATCH] modules/client/rooms/join: Rename lazychain conf item to lazychain_enable. --- modules/client/rooms/join.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/client/rooms/join.cc b/modules/client/rooms/join.cc index 81e3c9c67..cb44ea809 100644 --- a/modules/client/rooms/join.cc +++ b/modules/client/rooms/join.cc @@ -212,10 +212,10 @@ backfill_first }; conf::item -lazychain +lazychain_enable { - { "name", "ircd.client.rooms.join.lazychain" }, - { "default", true }, + { "name", "ircd.client.rooms.join.lazychain.enable" }, + { "default", true }, { "description", R"( @@ -385,7 +385,7 @@ bootstrap_eval_auth_chain(const json::array &auth_chain) opts.infolog_accept = true; opts.fetch = false; - if(!lazychain) + if(!lazychain_enable) { m::vm::eval {