api: Fix Room query

This commit is contained in:
Kevin Kandlbinder 2022-03-25 22:34:25 +01:00
parent cbd1aeb04a
commit adf8bc3ee0
10 changed files with 800 additions and 105 deletions

View file

@ -164,9 +164,8 @@ type RoomConfigUpdate struct {
}
type RoomConnection struct {
PageInfo *PageInfo `json:"pageInfo"`
Edges []*RoomEdge `json:"edges"`
SubscribedLists []string `json:"subscribedLists"`
PageInfo *PageInfo `json:"pageInfo"`
Edges []*RoomEdge `json:"edges"`
}
type RoomEdge struct {