Add excludeNsfw option

This commit is contained in:
syuilo
2018-09-25 21:09:38 +09:00
parent 5da18ba535
commit afdacf14b7
5 changed files with 29 additions and 0 deletions

View File

@ -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