Micro-app fix: pass foreign options (remote source & original URI) with OStatus input
This commit is contained in:
parent
0511800351
commit
acd3f957ba
@ -310,7 +310,7 @@ abstract class MicroAppPlugin extends Plugin
|
|||||||
'source' => 'ostatus');
|
'source' => 'ostatus');
|
||||||
|
|
||||||
// $actor is an ostatus_profile
|
// $actor is an ostatus_profile
|
||||||
$this->saveNoticeFromActivity($activity, $actor->localProfile());
|
$this->saveNoticeFromActivity($activity, $actor->localProfile(), $options);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user