From 5aa18a11af4ec4d40834abdcc06c2914f9296eb5 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 1 Sep 2014 20:47:01 -0700 Subject: pull in some posts when first connecting to feeds --- mod/follow.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/follow.php') diff --git a/mod/follow.php b/mod/follow.php index 663fb7536..e480a0964 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -26,10 +26,9 @@ function follow_init(&$a) { // If we can view their stream, pull in some posts - if($result['abook']['abook_their_perms'] & PERMS_R_STREAM) + 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'); } -- cgit v1.2.3