aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Follow.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/Zotlabs/Module/Follow.php b/Zotlabs/Module/Follow.php
index d4e8d1a0c..4fe20f56b 100644
--- a/Zotlabs/Module/Follow.php
+++ b/Zotlabs/Module/Follow.php
@@ -79,14 +79,6 @@ class Follow extends Controller {
$result = Connect::connect($channel,$url);
if ($result['success'] == false) {
-
- // this hook is currently used for mastodons remote reply functionality
- $hookdata = [
- 'channel' => $channel,
- 'data' => $url
- ];
- call_hooks('follow_failover', $hookdata);
-
if ($result['message']) {
notice($result['message']);
}