Add excludeNsfw option
This commit is contained in:
parent
5da18ba535
commit
afdacf14b7
5 changed files with 29 additions and 0 deletions
|
@ -20,6 +20,7 @@ Note.createIndex('userId');
|
|||
Note.createIndex('mentions');
|
||||
Note.createIndex('visibleUserIds');
|
||||
Note.createIndex('tagsLower');
|
||||
Note.createIndex('_files._id');
|
||||
Note.createIndex('_files.contentType');
|
||||
Note.createIndex({
|
||||
createdAt: -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue