mirror of
https://github.com/matrix-construct/construct
synced 2025-01-12 16:03:55 +01:00
modules/console: Add replay option to eval op arguments.
This commit is contained in:
parent
b00a96d0ce
commit
0e66160700
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue