mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
modules/console: Add missing node_id to various vmopts.
This commit is contained in:
parent
87c2520b29
commit
68af933ff7
1 changed files with 2 additions and 0 deletions
|
@ -14703,6 +14703,7 @@ console_cmd__fed__state(opt &out, const string_view &line)
|
|||
vmopts.phase.set(m::vm::phase::FETCH_PREV, false);
|
||||
vmopts.phase.set(m::vm::phase::FETCH_STATE, false);
|
||||
vmopts.notify_servers = false;
|
||||
vmopts.node_id = remote;
|
||||
|
||||
m::vm::eval
|
||||
{
|
||||
|
@ -15088,6 +15089,7 @@ console_cmd__fed__event(opt &out, const string_view &line)
|
|||
vmopts.phase.set(m::vm::phase::WRITE, !has(oparg, "nowrite"));
|
||||
vmopts.replays = has(oparg, "replay");
|
||||
vmopts.notify_servers = false;
|
||||
vmopts.node_id = remote;
|
||||
m::vm::eval eval
|
||||
{
|
||||
event, vmopts
|
||||
|
|
Loading…
Reference in a new issue