Issue 9584: Only search posts from federated networks

This commit is contained in:
Michael 2020-12-12 19:55:47 +00:00
parent 67573cf996
commit c3d0ab56a5
3 changed files with 16 additions and 5 deletions

View file

@ -175,7 +175,9 @@ class Index extends BaseSearch
}
if (empty($items)) {
notice(DI::l10n()->t('No results.'));
if (empty($last_uriid)) {
notice(DI::l10n()->t('No results.'));
}
return $o;
}