mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 03:53:39 +00:00
or this
This commit is contained in:
parent
0b380181f1
commit
872d5b93cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue