Skip to content

Commit

Permalink
Merge pull request #30 from planetary-social/reserve_communities
Browse files Browse the repository at this point in the history
Reserve communities
  • Loading branch information
dcadenas authored Dec 18, 2024
2 parents c8756f4 + 11295cb commit b7720f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/middlewares/forbiddenNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const reservedNames = [
/^chardot$/,
/^chat$/,
/^community$/,
/^communities$/,
/^contact$/,
/^cooldracula$/,
/^daniel$/,
Expand All @@ -32,6 +33,7 @@ const reservedNames = [
/^evan$/,
/^faq$/,
/^finance$/,
/^groups$/,
/^hello$/,
/^help$/,
/^hiring$/,
Expand Down Expand Up @@ -74,6 +76,7 @@ const reservedNames = [
/^staff$/,
/^support$/,
/^tech$/,
/^tagr$/,
/^tools$/,
/^web$/,
/^zach$/,
Expand Down

0 comments on commit b7720f9

Please sign in to comment.