Remove stray field

This commit is contained in:
Neil Alexander 2022-01-27 13:37:57 +00:00
parent a3c3a4adcc
commit 09c1f69adb
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -78,7 +78,6 @@ func (t *missingStateReq) processEventWithMissingState(
Kind: api.KindNew,
Event: newEvent.Headered(roomVersion),
Origin: t.origin,
AuthEventIDs: newEvent.AuthEventIDs(),
SendAsServer: api.DoNotSendToOtherServers,
})
if err != nil {