mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Use given event kind when sending auth/state events
This commit is contained in:
parent
75cfec95e2
commit
089d64d271
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ func SendEventWithState(
|
|||
continue
|
||||
}
|
||||
ires = append(ires, InputRoomEvent{
|
||||
Kind: KindOutlier,
|
||||
Kind: kind,
|
||||
Event: outlier.Headered(event.RoomVersion),
|
||||
Origin: origin,
|
||||
AuthEventIDs: outlier.AuthEventIDs(),
|
||||
|
|
Loading…
Reference in a new issue