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

ircd:Ⓜ️:roomstrap: Disable any notifies on eval path.

This commit is contained in:
Jason Volk 2020-07-21 01:50:34 -07:00
parent 97571c8fdf
commit ecefcea599

View file

@ -258,6 +258,7 @@ try
vmopts.room_version = room_version;
vmopts.phase.reset(m::vm::phase::FETCH_PREV);
vmopts.phase.reset(m::vm::phase::FETCH_STATE);
vmopts.notify_servers = false;
m::roomstrap::fetch_keys(auth_chain);
m::roomstrap::eval_auth_chain(auth_chain, vmopts);