mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Better support for "audience" / simplified Lemmy processing
This commit is contained in:
parent
50988bf5f1
commit
6d911a8f39
9 changed files with 133 additions and 103 deletions
|
@ -160,7 +160,7 @@ class Delivery
|
|||
if (!empty($actor)) {
|
||||
$drop = !ActivityPub\Transmitter::sendRelayFollow($actor);
|
||||
Logger::notice('Resubscribed to relay', ['url' => $actor, 'success' => !$drop]);
|
||||
} elseif ($cmd = ProtocolDelivery::DELETION) {
|
||||
} elseif ($cmd == ProtocolDelivery::DELETION) {
|
||||
// Remote systems not always accept our deletion requests, so we drop them if rejected.
|
||||
// Situation is: In Friendica we allow the thread owner to delete foreign comments to their thread.
|
||||
// Most AP systems don't allow this, so they will reject the deletion request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue