Move follow revoke protocol to worker task
- Switch to public contact for revoke_follow hook
This commit is contained in:
parent
6a1f9a7fa3
commit
cddead2343
5 changed files with 81 additions and 29 deletions
|
@ -635,7 +635,8 @@ Hook data:
|
|||
Called when making a remote contact on a non-native network (like Twitter) unfollow you.
|
||||
|
||||
Hook data:
|
||||
- **contact** (input): the remote contact (uid = local revoking user id) array.
|
||||
- **contact** (input): the target public contact (uid = 0) array.
|
||||
- **uid** (input): the id of the source local user.
|
||||
- **result** (output): a boolean value indicating wether the operation was successful or not.
|
||||
|
||||
### block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue