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);
|
$postman = new Activitypub_postman($profile, $other);
|
||||||
|
|
||||||
// That was it
|
// That was it
|
||||||
$postman->create($notice);
|
$postman->create_note($notice);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@ class Activitypub_postman
|
|||||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||||
* @param Notice $notice
|
* @param Notice $notice
|
||||||
*/
|
*/
|
||||||
public function create($notice)
|
public function create_note($notice)
|
||||||
{
|
{
|
||||||
$data = Activitypub_create::create_to_array(
|
$data = Activitypub_create::create_to_array(
|
||||||
$this->actor_uri,
|
$this->actor_uri,
|
||||||
|
Reference in New Issue
Block a user