Skip to content

Commit 73a4754

Browse files
committed
Reserve communities
1 parent c8756f4 commit 73a4754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/middlewares/forbiddenNames.js

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const reservedNames = [
1313
/^chardot$/,
1414
/^chat$/,
1515
/^community$/,
16+
/^communities$/,
1617
/^contact$/,
1718
/^cooldracula$/,
1819
/^daniel$/,
@@ -32,6 +33,7 @@ const reservedNames = [
3233
/^evan$/,
3334
/^faq$/,
3435
/^finance$/,
36+
/^groups$/,
3537
/^hello$/,
3638
/^help$/,
3739
/^hiring$/,

0 commit comments

Comments
 (0)