0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 14:08:56 +02:00

modules/console: Add replay option to eval op arguments.

This commit is contained in:
Jason Volk 2020-11-27 13:39:27 -08:00
parent b00a96d0ce
commit 0e66160700

View file

@ -15109,6 +15109,7 @@ console_cmd__fed__event(opt &out, const string_view &line)
vmopts.phase.set(m::vm::phase::AUTH_RELA, !has(oparg, "noauth"));
vmopts.phase.set(m::vm::phase::AUTH_PRES, !has(oparg, "noauth"));
vmopts.phase.set(m::vm::phase::WRITE, !has(oparg, "nowrite"));
vmopts.replays = has(oparg, "replay");
vmopts.notify_servers = false;
m::vm::eval eval
{