自分宛ての投稿をタイムラインで見れるように
This commit is contained in:
parent
cda3635d97
commit
32afe77a26
8 changed files with 55 additions and 32 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue