0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-07 20:48:55 +02:00

modules/console: Evaluate auth_chain in fed state eval.

This commit is contained in:
Jason Volk 2020-04-21 03:33:57 -07:00
parent cbcd6c288c
commit 912bcd3a3c

View file

@ -13697,7 +13697,13 @@ console_cmd__fed__state(opt &out, const string_view &line)
vmopts.nothrows = -1; vmopts.nothrows = -1;
vmopts.fetch_state = false; vmopts.fetch_state = false;
vmopts.fetch_prev = false; vmopts.fetch_prev = false;
m::vm::eval eval
m::vm::eval
{
auth_chain, vmopts
};
m::vm::eval
{ {
pdus, vmopts pdus, vmopts
}; };