mirror of
https://github.com/matrix-construct/construct
synced 2024-12-23 22:13:55 +01:00
ircd:Ⓜ️:vm::fetch: Only synchronize state for the parent eval.
This commit is contained in:
parent
54c29274f2
commit
bfc493ce64
1 changed files with 1 additions and 0 deletions
|
@ -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...",
|
||||
|
|
Loading…
Reference in a new issue