diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/models/note.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/note.ts b/src/models/note.ts index 549043d557..466d1837c5 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -19,6 +19,7 @@ Note.createIndex('userId'); Note.createIndex('mentions'); Note.createIndex('visibleUserIds'); Note.createIndex('replyId'); +Note.createIndex('renoteId'); Note.createIndex('tagsLower'); Note.createIndex('_user.host'); Note.createIndex('_files._id'); |