Skip to content

Commit b7720f9

Browse files
authored
Merge pull request #30 from planetary-social/reserve_communities
Reserve communities
2 parents c8756f4 + 11295cb commit b7720f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/middlewares/forbiddenNames.js

+3
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$/,
@@ -74,6 +76,7 @@ const reservedNames = [
7476
/^staff$/,
7577
/^support$/,
7678
/^tech$/,
79+
/^tagr$/,
7780
/^tools$/,
7881
/^web$/,
7982
/^zach$/,

0 commit comments

Comments
 (0)