[TheFreeNetwork] Do not allow lower priority protocols to handle remote actors already handled by the higher ones
This commit is contained in:
@@ -285,8 +285,6 @@ class Activitypub_profile extends Managed_DataObject
|
||||
}
|
||||
|
||||
$aprofile->created = $aprofile->modified = common_sql_now();
|
||||
|
||||
$aprofile = new Activitypub_profile;
|
||||
$aprofile->profile_id = $profile->getID();
|
||||
$aprofile->uri = $url;
|
||||
$aprofile->nickname = $profile->getNickname();
|
||||
|
||||
@@ -49,7 +49,7 @@ class Activitypub_postman
|
||||
* Create a postman to deliver something to someone
|
||||
*
|
||||
* @param Profile $from sender Profile
|
||||
* @param array $to receiver Profiles
|
||||
* @param array $to receiver AProfiles
|
||||
* @throws Exception
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user