mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
modules/console: Disable auth fetch for fed auth eval diagnostic.
This commit is contained in:
parent
1b69454f85
commit
7299b15c6f
1 changed files with 1 additions and 0 deletions
|
@ -15228,6 +15228,7 @@ console_cmd__fed__auth(opt &out, const string_view &line)
|
|||
vmopts.wopts.appendix[m::dbs::appendix::ROOM_HEAD] = false;
|
||||
vmopts.phase.set(m::vm::phase::FETCH_PREV, false);
|
||||
vmopts.phase.set(m::vm::phase::FETCH_STATE, false);
|
||||
vmopts.phase.set(m::vm::phase::FETCH_AUTH, false);
|
||||
vmopts.notify_servers = false;
|
||||
vmopts.auth = !has(param["oparg"], "noauth");
|
||||
vmopts.replays = has(param["oparg"], "replay");
|
||||
|
|
Loading…
Reference in a new issue