mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 03:53:39 +00:00
fix
This commit is contained in:
parent
bb5cb4537e
commit
c4d459ecde
1 changed files with 0 additions and 1 deletions
|
@ -314,7 +314,6 @@ func buildInviteStrippedState(
|
||||||
for _, event := range stateEvents {
|
for _, event := range stateEvents {
|
||||||
inviteState = append(inviteState, gomatrixserverlib.NewInviteV2StrippedState(&event.Event))
|
inviteState = append(inviteState, gomatrixserverlib.NewInviteV2StrippedState(&event.Event))
|
||||||
}
|
}
|
||||||
fmt.Printf("INVITE STATE: %+v\n \n", inviteState)
|
|
||||||
|
|
||||||
return inviteState, nil
|
return inviteState, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue