events: Update the description of JoinRule::Knock
This commit is contained in:
parent
edc7b97d05
commit
794f1185ed
@ -64,7 +64,9 @@ pub enum JoinRule {
|
||||
#[serde(rename = "invite")]
|
||||
Invite,
|
||||
|
||||
/// Reserved but not yet implemented by the Matrix specification.
|
||||
/// Users can join the room if they are invited, or they can request an invite to the room.
|
||||
///
|
||||
/// They can be allowed (invited) or denied (kicked/banned) access.
|
||||
#[serde(rename = "knock")]
|
||||
Knock,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user