mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
Add join rule comment
This commit is contained in:
parent
d1649dd301
commit
26bb7c08c2
@ -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…
x
Reference in New Issue
Block a user