Renamed functions
This commit is contained in:
parent
1fe55679fc
commit
8841519c0d
6 changed files with 17 additions and 17 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue