mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Issue 9015: Reducing load of remote systems
This commit is contained in:
parent
6dff5fa562
commit
1f9b365f3b
6 changed files with 34 additions and 32 deletions
|
@ -1547,7 +1547,7 @@ class Transmitter
|
|||
*/
|
||||
public static function isAnnounce($item)
|
||||
{
|
||||
if ($item['verb'] == Activity::ANNOUNCE) {
|
||||
if (!empty($item['verb']) && ($item['verb'] == Activity::ANNOUNCE)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue