[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();
|
||||
|
Reference in New Issue
Block a user