Fix typo
This commit is contained in:
parent
51ebdcae30
commit
1d0d08544a
@ -139,7 +139,7 @@ class ActivityPubPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return Activitypub_notice::create_notice(
|
return Activitypub_notice::create_notice(
|
||||||
ActivityPub_explorer::get_profile_from_url($res->atributtedTo),
|
ActivityPub_explorer::get_profile_from_url($res->attributedTo),
|
||||||
$res->id,
|
$res->id,
|
||||||
$res->url,
|
$res->url,
|
||||||
$res->content,
|
$res->content,
|
||||||
|
Reference in New Issue
Block a user