mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:10:12 +00:00
Issue 9584: Only search posts from federated networks
This commit is contained in:
parent
67573cf996
commit
c3d0ab56a5
3 changed files with 16 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue