mirror of https://github.com/vector-im/riot-web
Add join rule comment
parent
d1649dd301
commit
26bb7c08c2
|
@ -27,6 +27,7 @@ import SettingsStore from "../../../../../settings/SettingsStore";
|
|||
import {UIFeature} from "../../../../../settings/UIFeature";
|
||||
import { replaceableComponent } from "../../../../../utils/replaceableComponent";
|
||||
|
||||
// Knock and private are reserved keywords which are not yet implemented.
|
||||
enum JoinRule {
|
||||
Public = "public",
|
||||
Knock = "knock",
|
||||
|
|
Loading…
Reference in New Issue