Merge branch 'develop' into string-pl

This commit is contained in:
Aaron Raimist 2021-06-28 22:13:51 -05:00
commit 434b313850
59 changed files with 1196 additions and 866 deletions

View file

@ -33,6 +33,9 @@ export enum JoinRule {
Public = "public",
Knock = "knock",
Invite = "invite",
/**
* @deprecated Reserved. Should not be used.
*/
Private = "private",
}