mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Fix JSON key
This commit is contained in:
parent
2a0244647c
commit
a47b6b712c
|
|
@ -88,7 +88,7 @@ type TransactionID struct {
|
|||
type InputInviteEvent struct {
|
||||
RoomVersion gomatrixserverlib.RoomVersion `json:"room_version"`
|
||||
Event gomatrixserverlib.HeaderedEvent `json:"event"`
|
||||
InviteRoomState []gomatrixserverlib.InviteV2StrippedState `json:"invite_room_state"`
|
||||
InviteRoomState []gomatrixserverlib.InviteV2StrippedState `json:"invite_stripped_state"`
|
||||
}
|
||||
|
||||
// InputRoomEventsRequest is a request to InputRoomEvents
|
||||
|
|
|
|||
Loading…
Reference in a new issue