Skip to content

Commit

Permalink
a single change :tgrfol handfs;;';'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Mar 5, 2024
1 parent caef74c commit 2f0ec85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/db/UserManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ class UserManager {
this.reports = this.db.collection('reports');
this.projects = this.db.collection('projects');
this.messages = this.db.collection('messages');
this.illegalList = this.db.collection('illegalList');
this.illegalList.insertMany([
{ id: "illegalWords", items: [] },
{ id: "illegalWebsites", items: [] },
{ id: "spacedOutWordsOnly", items: [] },
{ id: "potentiallyUnsafeWords", items: [] },
{ id: "potentiallyUnsafeWordsSpacedOut", items: [] }
])
return true;
}

Expand Down

0 comments on commit 2f0ec85

Please sign in to comment.