[Docs] Move unfollow hook instances in the correct file
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 2 Oct 2021 15:29:26 +0000 (11:29 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 2 Oct 2021 17:53:21 +0000 (13:53 -0400)
doc/Addons.md
doc/de/Addons.md

index df390794046992cbefd4e9e560e780e0346609cc..a478a176ec40c3969de9def531a9eeb9fdf074a6 100644 (file)
@@ -666,7 +666,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 
     Hook::callAll('contact_photo_menu', $args);
     Hook::callAll('follow', $arr);
-    Hook::callAll('unfollow', $hook_data);
 
 ### src/Model/Profile.php
 
@@ -750,6 +749,9 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 
     Hook::callAll('logged_in', $a->user);
 
+### src/Core/Protocol.php
+
+    Hook::callAll('unfollow', $hook_data);
 ### src/Core/StorageManager
 
     Hook::callAll('storage_instance', $data);
index b242d13078566a8123b137af41166a6bb1beb18d..34e4a53586cc523e165e859c976ebb2300cd1185 100644 (file)
@@ -356,7 +356,6 @@ 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
 
@@ -413,7 +412,9 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
 ### src/Core/Authentication.php
 
     Hook::callAll('logged_in', $a->user);
-    
+
+### src/Core/Protocol.php
+    Hook::callAll('unfollow', $hook_data);
 ### src/Core/StorageManager
 
     Hook::callAll('storage_instance', $data);