This commit is contained in:
Travis Ralston 2022-05-30 15:08:04 -06:00
parent 56157dc01e
commit a8cd1ae21c

View file

@ -13,7 +13,7 @@ description: |
able to join the room without prior action. Otherwise, an invite is required. able to join the room without prior action. Otherwise, an invite is required.
Only available in rooms [which support the join rule](/rooms/#feature-matrix). Only available in rooms [which support the join rule](/rooms/#feature-matrix).
* `knock_restricted` - a user can request an invite using the same functions offered * `knock_restricted` - a user can request an invite using the same functions offered
by the `knock` join rule, or can attempt to join having satisifed an allow condition by the `knock` join rule, or can attempt to join having satisfied an allow condition
per the `restricted` join rule. Only available in rooms per the `restricted` join rule. Only available in rooms
[which support the join rule](/rooms/#feature-matrix). [which support the join rule](/rooms/#feature-matrix).
* `private` - reserved without implementation. No significant meaning. * `private` - reserved without implementation. No significant meaning.