From a0674af4169a8c929c89887d4e7796b21ee55a91 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 15:35:29 -0700 Subject: firehose fixes and optimisations. In particular get rid of the unresponsive script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable. --- include/conversation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index 6a0936a09..eef2635df 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1384,10 +1384,10 @@ function network_tabs() { // tabs $tabs = array( array( - 'label' => t('Public'), + 'label' => t('External'), 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'sel'=> $public_active, - 'title'=> t('View Public Streams'), + 'title'=> t('Imported public streams'), ), array( -- cgit v1.2.3