]> git.mxchange.org Git - friendica.git/commit
Move follow revoke protocol to worker task
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 17 Oct 2021 01:09:49 +0000 (21:09 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 24 Feb 2022 14:35:55 +0000 (09:35 -0500)
commitcddead23436db38bc1cdb7a0033fb5ab14a53c6e
tree78bf166d309c9dbbe53562221be63eddc54a6384
parent6a1f9a7fa358062e7b360e9c017b5a6887d2da0c
Move follow revoke protocol to worker task

- Switch to public contact for revoke_follow hook
doc/Addons.md
src/Core/Protocol.php
src/Model/Contact.php
src/Module/Contact/Revoke.php
src/Worker/Contact/RevokeFollow.php [new file with mode: 0644]