]> git.mxchange.org Git - friendica.git/commit
Avoid return type exeption in HTTPSignature->post
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 30 Dec 2022 06:45:04 +0000 (01:45 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 30 Dec 2022 22:23:22 +0000 (17:23 -0500)
commit6e31b8d6a54dca2f345aef961539ddae904c0395
tree95b6d51cb5cde961de7aae28c96bf0dba480c57f
parent3fcc45a72011895ff6767697cf7256a44f27c303
Avoid return type exeption in HTTPSignature->post

- Prefer passing the owner record array instead of just the uid
- +4/-7 calls to User::getOwnerDataById
src/Core/Protocol.php
src/Model/Contact/Introduction.php
src/Protocol/ActivityPub/Delivery.php
src/Protocol/ActivityPub/Transmitter.php
src/Util/HTTPSignature.php
src/Worker/APDelivery.php
src/Worker/Contact/RevokeFollow.php