自分宛ての投稿をタイムラインで見れるように

This commit is contained in:
syuilo
2018-09-16 22:48:57 +09:00
parent cda3635d97
commit 32afe77a26
8 changed files with 55 additions and 32 deletions

View File

@@ -17,6 +17,8 @@ import Following from './following';
const Note = db.get<INote>('notes');
Note.createIndex('uri', { sparse: true, unique: true });
Note.createIndex('userId');
Note.createIndex('mentions');
Note.createIndex('visibleUserIds');
Note.createIndex('tagsLower');
Note.createIndex('_files.contentType');
Note.createIndex({