mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-07-19 17:37:20 +02:00
api: Fix Room query
This commit is contained in:
parent
cbd1aeb04a
commit
adf8bc3ee0
10 changed files with 800 additions and 105 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue