0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd:Ⓜ️:vm::fetch: Only synchronize state for the parent eval.

This commit is contained in:
Jason Volk 2019-09-13 14:17:11 -07:00
parent 54c29274f2
commit bfc493ce64

View file

@ -566,6 +566,7 @@ ircd::m::vm::fetch::prev(const event &event,
auto opts(*eval.opts);
opts.fetch_prev = false;
opts.fetch_state = false;
log::debug
{
log, "%s fetched %zu pdus; evaluating...",