From 2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Apr 2016 20:38:38 -0700 Subject: module updates --- mod/follow.php | 60 ---------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 mod/follow.php (limited to 'mod/follow.php') diff --git a/mod/follow.php b/mod/follow.php deleted file mode 100644 index 207a99dd7..000000000 --- a/mod/follow.php +++ /dev/null @@ -1,60 +0,0 @@ - $v) { - if(strpos($k,'abook_') === 0) { - $clone[$k] = $v; - } - } - unset($clone['abook_id']); - unset($clone['abook_account']); - unset($clone['abook_channel']); - - $abconfig = load_abconfig($channel['channel_hash'],$clone['abook_xchan']); - if($abconfig) - $clone['abconfig'] = $abconfig; - - build_sync_packet(0 /* use the current local_channel */, array('abook' => array($clone))); - - - // If we can view their stream, pull in some posts - - if(($result['abook']['abook_their_perms'] & PERMS_R_STREAM) || ($result['abook']['xchan_network'] === 'rss')) - proc_run('php','include/onepoll.php',$result['abook']['abook_id']); - - goaway(z_root() . '/connedit/' . $result['abook']['abook_id'] . '?f=&follow=1'); - -} - -function follow_content(&$a) { - - if(! local_channel()) { - return login(); - } -} \ No newline at end of file -- cgit v1.2.3