mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Remove stray field
This commit is contained in:
parent
a3c3a4adcc
commit
09c1f69adb
|
|
@ -78,7 +78,6 @@ func (t *missingStateReq) processEventWithMissingState(
|
||||||
Kind: api.KindNew,
|
Kind: api.KindNew,
|
||||||
Event: newEvent.Headered(roomVersion),
|
Event: newEvent.Headered(roomVersion),
|
||||||
Origin: t.origin,
|
Origin: t.origin,
|
||||||
AuthEventIDs: newEvent.AuthEventIDs(),
|
|
||||||
SendAsServer: api.DoNotSendToOtherServers,
|
SendAsServer: api.DoNotSendToOtherServers,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue