Add join rule comment
This commit is contained in:
parent
d1649dd301
commit
26bb7c08c2
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ import SettingsStore from "../../../../../settings/SettingsStore";
|
||||||
import {UIFeature} from "../../../../../settings/UIFeature";
|
import {UIFeature} from "../../../../../settings/UIFeature";
|
||||||
import { replaceableComponent } from "../../../../../utils/replaceableComponent";
|
import { replaceableComponent } from "../../../../../utils/replaceableComponent";
|
||||||
|
|
||||||
|
// Knock and private are reserved keywords which are not yet implemented.
|
||||||
enum JoinRule {
|
enum JoinRule {
|
||||||
Public = "public",
|
Public = "public",
|
||||||
Knock = "knock",
|
Knock = "knock",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue