[TheFreeNetwork][fix_duplicates.php] Don't die because you couldn't federate an undo follow

This commit is contained in:
Diogo Cordeiro
2020-08-04 13:03:33 +01:00
parent 7d52440461
commit 09c3236afc
4 changed files with 41 additions and 24 deletions

View File

@@ -385,7 +385,7 @@ class Ostatus_profile extends Managed_DataObject
*
* @param mixed $entry XML string, Notice, or Activity
* @param Profile $actor
* @return boolean success
* @return bool success
*/
public function notifyActivity($entry, Profile $actor)
{