We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f3d2e commit 2c76491Copy full SHA for 2c76491
fclient/federationtypes.go
@@ -131,6 +131,8 @@ type PublicRoom struct {
131
AvatarURL string `json:"avatar_url,omitempty"`
132
// The join rule for this room
133
JoinRule string `json:"join_rule,omitempty"`
134
+ // The type of the room.
135
+ RoomType string `json:"room_type,omitempty"`
136
}
137
138
// A RespEventAuth is the content of a response to GET /_matrix/federation/v1/event_auth/{roomID}/{eventID}
0 commit comments