]> git.mxchange.org Git - friendica.git/commit
Move unfollow protocol to worker task
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 17 Oct 2021 01:24:34 +0000 (21:24 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 24 Feb 2022 14:35:54 +0000 (09:35 -0500)
commit6a1f9a7fa358062e7b360e9c017b5a6887d2da0c
tree13fd5eab784d622e00e23f2c88bb2c7836466a00
parent48e2963ac7dd74ee85e05c7176c660500da19509
Move unfollow protocol to worker task

- Add uid parameter to unfollow hook
- Rework and unify Contact::unfollow, Contact::removeSharer and Contact::terminateFriendship
- Add missing twitterUser property to Twitter\Friendships\Destroy module
doc/Addons.md
mod/unfollow.php
src/Console/Contact.php
src/Core/Protocol.php
src/Model/Contact.php
src/Module/Api/Mastodon/Accounts/Block.php
src/Module/Api/Mastodon/Accounts/Unfollow.php
src/Module/Api/Twitter/Friendships/Destroy.php
src/Protocol/DFRN.php
src/Worker/Contact/Unfollow.php [new file with mode: 0644]
src/Worker/Notifier.php