mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
modules/federation/send: Enable the prev_wait functionality for evals from here.
This commit is contained in:
parent
5c0ad71066
commit
8e42efae02
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ handle_pdus(client &client,
|
|||
vmopts.txn_id = txn_id;
|
||||
vmopts.fetch_prev = bool(fetch_state);
|
||||
vmopts.fetch_state = bool(fetch_prev);
|
||||
vmopts.fetch_prev_wait_count = -1;
|
||||
m::vm::eval eval
|
||||
{
|
||||
pdus, vmopts
|
||||
|
|
Loading…
Reference in a new issue