mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
revert
This commit is contained in:
parent
bc6d8c5285
commit
40acec40f6
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ func buildInviteStrippedState(
|
|||
gomatrixserverlib.NewInviteV2StrippedState(&input.Event.Event),
|
||||
}
|
||||
|
||||
// stateEvents = append(stateEvents, types.Event{Event: input.Event.Unwrap()})
|
||||
stateEvents = append(stateEvents, types.Event{Event: input.Event.Unwrap()})
|
||||
for _, event := range stateEvents {
|
||||
inviteState = append(inviteState, gomatrixserverlib.NewInviteV2StrippedState(&event.Event))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue