mirror of
https://github.com/friendica/friendica
synced 2025-04-24 22:30:11 +00:00
Merge remote-tracking branch 'upstream/develop' into conversation-moved
This commit is contained in:
commit
96055cafff
6 changed files with 59 additions and 32 deletions
|
@ -845,6 +845,12 @@ class Contact
|
|||
if ($dissolve) {
|
||||
ActivityPub\Transmitter::sendContactReject($contact['url'], $contact['hub-verify'], $user['uid']);
|
||||
}
|
||||
} else {
|
||||
$hook_data = [
|
||||
'contact' => $contact,
|
||||
'dissolve' => $dissolve,
|
||||
];
|
||||
Hook::callAll('unfollow', $hook_data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue