0
0
Fork 0
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:
Jason Volk 2019-09-13 13:27:50 -07:00
parent 2cb48f4296
commit e3d0eb34fe

View file

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