[COMPONENT][Feed][Conversation] Add note-conversation:

This commit is contained in:
2021-12-23 16:18:46 +00:00
parent 17b7ef13a0
commit e04d927fe9
2 changed files with 11 additions and 4 deletions

View File

@@ -87,6 +87,9 @@ class Feed extends Component
$note_expr[] = $eb->eq('note.content', null);
}
break;
case 'note-conversation':
$note_expr = $eb->eq('note.conversation_id', (int)trim($term[1]));
break;
}
} elseif (Formatting::startsWith($term, 'actor-')) {
switch ($term[0]) {