[PLUGIN][Reply] WIP. Note complementary info now shows who has replied on the original note!

This commit is contained in:
2021-11-10 15:44:28 +00:00
parent f2f1bdc145
commit d0f9fde7c2
6 changed files with 60 additions and 45 deletions

View File

@@ -324,7 +324,6 @@ class Note extends Entity
'note_actor_created_idx' => ['actor_id', 'created'],
'note_is_local_created_actor_idx' => ['is_local', 'created', 'actor_id'],
'note_conversation_created_idx' => ['conversation', 'created'],
'note_reply_to_idx' => ['reply_to'],
],
'fulltext indexes' => ['notice_fulltext_idx' => ['content']], // TODO make this configurable
];