Skip to content

Commit

Permalink
Always return options in Room type
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 31, 2022
1 parent 471c60d commit f9d89a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/graphql/schemas/global/muc_light.gql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Room{
name: String!
subject: String!
participants: [RoomUser!]!
options: [RoomConfigDictEntry]
options: [RoomConfigDictEntry!]!
}

type RoomUser{
Expand Down

0 comments on commit f9d89a0

Please sign in to comment.