0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-06 02:28:38 +02:00

modules/federation/invite: Disable prev event requirement on invite eval.

This commit is contained in:
Jason Volk 2019-03-27 14:08:02 -07:00
parent 0043cb2af7
commit bfda1b35d0

View file

@ -128,6 +128,7 @@ put__invite(client &client,
// also try to sync the room as best as possible. The invitee will then be
// presented with this invite request in their rooms list.
m::vm::opts vmopts;
vmopts.prev_check_exists = false;
m::vm::eval
{
signed_event, vmopts