Default deny explicit content to users

This commit is contained in:
Aaron Graubert 2024-09-11 22:42:21 -06:00 committed by GitHub
parent 5b09bd8242
commit 61bd029303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ class User extends Model {
upload: type === 'root' || type === 'admin',
accessAllLibraries: true,
accessAllTags: true,
accessExplicitContent: true,
accessExplicitContent: false,
selectedTagsNotAccessible: false,
librariesAccessible: [],
itemTagsSelected: []