just a bit more of consistency
This commit is contained in:
parent
0c953142c4
commit
73d5fa79d7
@ -842,7 +842,7 @@ class ActivityPubPlugin extends Plugin
|
||||
$postman = new Activitypub_postman($profile, $other);
|
||||
|
||||
// That was it
|
||||
$postman->create($notice);
|
||||
$postman->create_note($notice);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -228,7 +228,7 @@ class Activitypub_postman
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
* @param Notice $notice
|
||||
*/
|
||||
public function create($notice)
|
||||
public function create_note($notice)
|
||||
{
|
||||
$data = Activitypub_create::create_to_array(
|
||||
$this->actor_uri,
|
||||
|
Reference in New Issue
Block a user