0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

modules/federation/invite: Set enforcement of prev fetching on invite event to false.

This commit is contained in:
Jason Volk 2019-04-23 19:23:21 -07:00
parent c58a03f30a
commit 20385e2677

View file

@ -148,6 +148,7 @@ put__invite(client &client,
vmopts.node_id = request.origin; vmopts.node_id = request.origin;
// Synapse may 403 a fetch of the prev_event of the invite event. // Synapse may 403 a fetch of the prev_event of the invite event.
vmopts.fetch_prev_check = false;
vmopts.fetch_prev = false; vmopts.fetch_prev = false;
// We don't want this eval throwing an exception because the response has // We don't want this eval throwing an exception because the response has