mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
modules/console: No verify on these cmds because they're debug and
perspectives complicates that and defeats the purpose.
This commit is contained in:
parent
7e6107e0f5
commit
bfa4d704cc
1 changed files with 3 additions and 0 deletions
|
@ -7089,6 +7089,7 @@ console_cmd__fed__sync(opt &out, const string_view &line)
|
|||
vmopts.prev_check_exists = false;
|
||||
vmopts.head_must_exist = false;
|
||||
vmopts.history = false;
|
||||
vmopts.verify = false;
|
||||
vmopts.notify = false;
|
||||
vmopts.debuglog_accept = true;
|
||||
vmopts.nothrows = -1;
|
||||
|
@ -7181,6 +7182,7 @@ console_cmd__fed__state(opt &out, const string_view &line)
|
|||
vmopts.non_conform.set(m::event::conforms::MISSING_MEMBERSHIP);
|
||||
vmopts.prev_check_exists = false;
|
||||
vmopts.head_must_exist = false;
|
||||
vmopts.verify = false;
|
||||
vmopts.history = false;
|
||||
vmopts.notify = false;
|
||||
m::vm::eval eval
|
||||
|
@ -7337,6 +7339,7 @@ console_cmd__fed__backfill(opt &out, const string_view &line)
|
|||
vmopts.prev_check_exists = false;
|
||||
vmopts.head_must_exist = false;
|
||||
vmopts.history = false;
|
||||
vmopts.verify = false;
|
||||
vmopts.notify = false;
|
||||
vmopts.head = false;
|
||||
vmopts.refs = true;
|
||||
|
|
Loading…
Reference in a new issue