0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02: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:
Jason Volk 2018-09-04 23:28:31 -07:00
parent 7e6107e0f5
commit bfa4d704cc

View file

@ -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;