0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02:00

modules/federation/send: Enable the prev_wait functionality for evals from here.

This commit is contained in:
Jason Volk 2020-04-17 14:28:18 -07:00
parent 5c0ad71066
commit 8e42efae02

View file

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