try tyhis

This commit is contained in:
Half-Shot 2020-05-08 16:09:36 +01:00
parent 802d28c92f
commit 0b380181f1

View file

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