Add new hook to support unfollow contacts on non-native networks
This commit is contained in:
parent
00382dd39e
commit
d8febbe45e
4 changed files with 26 additions and 1 deletions
|
@ -356,6 +356,7 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
|
|||
|
||||
Hook::callAll('contact_photo_menu', $args);
|
||||
Hook::callAll('follow', $arr);
|
||||
Hook::callAll('unfollow', $hook_data);
|
||||
|
||||
### src/Model/Profile.php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue