1
0
Fork 0

Renamed functions

This commit is contained in:
Michael 2018-10-03 15:41:51 +00:00
commit 8841519c0d
6 changed files with 17 additions and 17 deletions

View file

@ -19,9 +19,9 @@ class APDelivery extends BaseObject
} elseif ($cmd == Delivery::SUGGESTION) {
} elseif ($cmd == Delivery::RELOCATION) {
} elseif ($cmd == Delivery::REMOVAL) {
ActivityPub\Transmitter::transmitProfileDeletion($uid, $inbox);
ActivityPub\Transmitter::sendProfileDeletion($uid, $inbox);
} elseif ($cmd == Delivery::PROFILEUPDATE) {
ActivityPub\Transmitter::transmitProfileUpdate($uid, $inbox);
ActivityPub\Transmitter::sendProfileUpdate($uid, $inbox);
} else {
$data = ActivityPub\Transmitter::createActivityFromItem($item_id);
if (!empty($data)) {