]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Merge pull request #10582 from nupplaphil/feat/storage_interface
[friendica.git] / doc / Addons.md
index a058753605a1533b18d9cd68a7599ccf6d0a7610..a1c2c03ce22e2734af99f2b3ce0c54833233bb13 100644 (file)
@@ -619,10 +619,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 
     Hook::callAll('jot_tool', $jotplugins);
 
-### src/Network/FKOAuth1.php
-
-    Hook::callAll('logged_in', $a->user);
-
 ### src/Render/FriendicaSmartyEngine.php
 
     Hook::callAll("template_vars", $arr);