mtx::events::state::JoinRules struct

Content of the m.room.join_rules state event.

Public variables

JoinRule join_rule
The type of rules used for users wishing to join this room.
std::vector<JoinAllowance> allow
A list of rooms to join via. Might be extended to other join types in the future. Only relevant in combination with restricted joinrules atm.