mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
ircd:Ⓜ️:vm::fetch: Propagate vm::opts to any recursive eval.
This commit is contained in:
parent
2cb48f4296
commit
e3d0eb34fe
1 changed files with 1 additions and 2 deletions
|
@ -288,8 +288,7 @@ ircd::m::vm::fetch::auth_chain_eval(const event &event,
|
|||
try
|
||||
{
|
||||
assert(eval.opts);
|
||||
m::vm::opts opts;
|
||||
opts.node_id = eval.opts->node_id;
|
||||
auto opts(*eval.opts);
|
||||
opts.fetch_prev = false;
|
||||
opts.fetch_state = false;
|
||||
opts.infolog_accept = true;
|
||||
|
|
Loading…
Reference in a new issue