Process deletions via ActivityPub

This commit is contained in:
Michael 2024-11-02 17:35:49 +00:00
parent 0560091ae2
commit ea9d0fb9b0
6 changed files with 9 additions and 6 deletions

View file

@ -527,7 +527,7 @@ class Notifier
continue;
}
Logger::info('Delivery', ['batch' => $in_batch, 'target' => $post_uriid, 'uid' => $sender_uid, 'guid' => $target_item['guid'] ?? '', 'to' => $contact]);
Logger::info('Delivery', ['cmd' => $cmd, 'batch' => $in_batch, 'target' => $post_uriid, 'uid' => $sender_uid, 'guid' => $target_item['guid'] ?? '', 'to' => $contact]);
// Ensure that posts with our own protocol arrives before Diaspora posts arrive.
// Situation is that sometimes Friendica servers receive Friendica posts over the Diaspora protocol first.