Send final event in processEvent synchronously (since this might stop Sytest from being so upset)

This commit is contained in:
Neil Alexander 2022-01-04 10:29:08 +00:00
parent 901adbf066
commit b028dfc085
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -692,7 +692,7 @@ func (t *txnReq) processEvent(ctx context.Context, e *gomatrixserverlib.Event) e
}, },
api.DoNotSendToOtherServers, api.DoNotSendToOtherServers,
nil, nil,
true, // asynchronous false,
) )
} }