X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fapi.php;h=5ae4754b57c9ed80ddaf3b3d01372a30651e750a;hb=c4446e200f5729fdd2d920a962bb0cdcb2d2eb6c;hp=869ece0d7c8c301de60bbc73a4dd987298c7be20;hpb=5e0b4b8a8f39f28fcfc2812e66223d95c92431a0;p=friendica.git diff --git a/include/api.php b/include/api.php index 869ece0d7c..5ae4754b57 100644 --- a/include/api.php +++ b/include/api.php @@ -5710,7 +5710,7 @@ function api_friendica_activity($type) $id = $_REQUEST['id'] ?? 0; - $res = Item::performActivity($id, $verb); + $res = Item::performActivity($id, $verb, api_user()); if ($res) { if ($type == "xml") {