Use request context for final new event, since a timeout will ultimately result in a retry

This commit is contained in:
Neil Alexander 2021-06-29 14:15:13 +01:00
parent 957b3787c2
commit 7e86f81909
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -546,7 +546,7 @@ func (t *txnReq) processEvent(ctx context.Context, e *gomatrixserverlib.Event) e
// If the event fail auth checks, gmsl.NotAllowed error will be returned which we be silently
// discarded by the caller of this function
return api.SendEvents(
context.Background(),
ctx,
t.rsAPI,
api.KindNew,
[]*gomatrixserverlib.HeaderedEvent{