fix issues
This commit is contained in:
parent
7ce112471d
commit
cfc4eece38
@ -140,10 +140,10 @@ class ActivityPubPlugin extends Plugin
|
|||||||
try {
|
try {
|
||||||
return Activitypub_notice::create_notice(
|
return Activitypub_notice::create_notice(
|
||||||
ActivityPub_explorer::get_profile_from_url($res['attributedTo']),
|
ActivityPub_explorer::get_profile_from_url($res['attributedTo']),
|
||||||
$res->id,
|
$res['id'],
|
||||||
$res->url,
|
$res['url'],
|
||||||
$res->content,
|
$res['content'],
|
||||||
$res->cc,
|
$res['cc'],
|
||||||
$settings
|
$settings
|
||||||
);
|
);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
Reference in New Issue
Block a user