This commit is contained in:
Half-Shot 2020-05-08 16:12:03 +01:00
parent 0b380181f1
commit 872d5b93cd

View file

@ -313,7 +313,7 @@ func buildInviteStrippedState(
for _, event := range stateEvents {
inviteState = append(inviteState, gomatrixserverlib.NewInviteV2StrippedState(&event.Event))
}
fmt.Printf("INVITE STATE: %#v\n \n", inviteState)
fmt.Printf("INVITE STATE: %v\n \n", inviteState)
return inviteState, nil
}