mirror of
https://github.com/friendica/friendica
synced 2025-05-21 15:04:12 +02:00
Account deletion could work now.
This commit is contained in:
parent
72c3a62e7f
commit
6020605d5c
3 changed files with 43 additions and 4 deletions
|
@ -18,6 +18,8 @@ class APDelivery extends BaseObject
|
|||
if ($cmd == Delivery::MAIL) {
|
||||
} elseif ($cmd == Delivery::SUGGESTION) {
|
||||
} elseif ($cmd == Delivery::RELOCATION) {
|
||||
} elseif ($cmd == Delivery::REMOVAL) {
|
||||
ActivityPub::transmitProfileDeletion($uid, $inbox);
|
||||
} elseif ($cmd == Delivery::PROFILEUPDATE) {
|
||||
ActivityPub::transmitProfileUpdate($uid, $inbox);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue