aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-21 17:49:14 -0800
committerfriendica <info@friendica.com>2013-11-21 17:49:14 -0800
commitf2435ed4cdee6e20a92f2acfd60399cb92b2c1e3 (patch)
treea9ac036f157afb8cf708a175cbf869a0e405a0f4 /include/follow.php
parent8cdbd0e2a65cac16a5bad0fca1c3e2e5ec91e348 (diff)
downloadvolse-hubzilla-f2435ed4cdee6e20a92f2acfd60399cb92b2c1e3.tar.gz
volse-hubzilla-f2435ed4cdee6e20a92f2acfd60399cb92b2c1e3.tar.bz2
volse-hubzilla-f2435ed4cdee6e20a92f2acfd60399cb92b2c1e3.zip
follow and accept_follow hooks
Diffstat (limited to 'include/follow.php')
-rw-r--r--include/follow.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/follow.php b/include/follow.php
index 5cf161304..845ce11da 100644
--- a/include/follow.php
+++ b/include/follow.php
@@ -175,6 +175,10 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
proc_run('php', 'include/notifier.php', 'permission_update', $result['abook']['abook_id']);
}
+ $arr = array('channel_id' => $uid, 'abook' => $result['abook']);
+
+ call_hooks('follow', $arr);
+
/** If there is a default group for this channel, add this member to it */
if($default_group) {