Add join rule comment

pull/21833/head
J. Ryan Stinnett 2021-04-26 16:20:16 +01:00
parent d1649dd301
commit 26bb7c08c2
1 changed files with 1 additions and 0 deletions

View File

@ -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",