]> git.mxchange.org Git - friendica.git/commit
Clarify usage of ActivityPub\Transmitter::fetchTargetInboxes in Worker\APDelivery...
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 15 Dec 2020 04:33:14 +0000 (23:33 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 15 Dec 2020 04:33:14 +0000 (23:33 -0500)
commitd59fcd5093cf09fe61f3ec85779e3ce22bb98758
tree49f2019c8a6c3d38b3926825a608dcc839abc3b8
parente4228c6218db70d600641430f4895f76cc049c5b
Clarify usage of ActivityPub\Transmitter::fetchTargetInboxes in Worker\APDelivery queuing

- $inbox is now always a string
- $receivers should be correctly populated now
- $target_id is renamed to $item_id and correctly initialized to 0 for non-item deliveries
src/Worker/APDelivery.php
src/Worker/Notifier.php
src/Worker/ProfileUpdate.php