Function renamed to better reflect the purpose
This commit is contained in:
@@ -5823,7 +5823,7 @@ function api_friendica_activity($type)
|
||||
|
||||
$id = $_REQUEST['id'] ?? 0;
|
||||
|
||||
$res = Item::performLike($id, $verb);
|
||||
$res = Item::performActivity($id, $verb);
|
||||
|
||||
if ($res) {
|
||||
if ($type == "xml") {
|
||||
|
||||
Reference in New Issue
Block a user