mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-28 16:08:27 +00:00
try tyhis
This commit is contained in:
parent
802d28c92f
commit
0b380181f1
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ 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