mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Ensure that pokes are always send only via DFRN
This commit is contained in:
parent
3b0fabcdb7
commit
44a49a8d7d
6 changed files with 23 additions and 11 deletions
|
@ -37,6 +37,7 @@ class APDelivery extends BaseObject
|
|||
} elseif ($cmd == Delivery::SUGGESTION) {
|
||||
$success = ActivityPub\Transmitter::sendContactSuggestion($uid, $inbox, $target_id);
|
||||
} elseif ($cmd == Delivery::RELOCATION) {
|
||||
} elseif ($cmd == Delivery::POKE) {
|
||||
} elseif ($cmd == Delivery::REMOVAL) {
|
||||
$success = ActivityPub\Transmitter::sendProfileDeletion($uid, $inbox);
|
||||
} elseif ($cmd == Delivery::PROFILEUPDATE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue