mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
modules/federation/invite: Set enforcement of prev fetching on invite event to false.
This commit is contained in:
parent
c58a03f30a
commit
20385e2677
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ put__invite(client &client,
|
|||
vmopts.node_id = request.origin;
|
||||
|
||||
// Synapse may 403 a fetch of the prev_event of the invite event.
|
||||
vmopts.fetch_prev_check = false;
|
||||
vmopts.fetch_prev = false;
|
||||
|
||||
// We don't want this eval throwing an exception because the response has
|
||||
|
|
Loading…
Reference in a new issue