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 14ee761 commit c2391f7Copy full SHA for c2391f7
fclient/federationtypes.go
@@ -129,6 +129,8 @@ type PublicRoom struct {
129
GuestCanJoin bool `json:"guest_can_join"`
130
// The URL for the room's avatar, if one is set.
131
AvatarURL string `json:"avatar_url,omitempty"`
132
+ // The join rule for this room
133
+ JoinRule string `json:"join_rule,omitempty"`
134
}
135
136
// A RespEventAuth is the content of a response to GET /_matrix/federation/v1/event_auth/{roomID}/{eventID}
0 commit comments