mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
reinstate
This commit is contained in:
parent
bb163e3d3c
commit
34088d8cfd
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ func buildInviteStrippedState(
|
|||
gomatrixserverlib.NewInviteV2StrippedState(&inputEventUnwrapped),
|
||||
}
|
||||
|
||||
// stateEvents = append(stateEvents, types.Event{Event: inputEventUnwrapped})
|
||||
stateEvents = append(stateEvents, types.Event{Event: inputEventUnwrapped})
|
||||
for _, event := range stateEvents {
|
||||
inviteState = append(inviteState, gomatrixserverlib.NewInviteV2StrippedState(&event.Event))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue