mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd:Ⓜ️:roomstrap: Disable any notifies on eval path.
This commit is contained in:
parent
97571c8fdf
commit
ecefcea599
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue