Offer "follow thread" only when you don't already follow
This commit is contained in:
@@ -314,7 +314,7 @@ function frio_display_item(App $a, &$arr)
|
||||
local_user()
|
||||
&& local_user() == $arr['item']['uid']
|
||||
&& $arr['item']['gravity'] == GRAVITY_PARENT
|
||||
&& !$arr['item']['self'])
|
||||
&& !$arr['item']['self'] && !$arr['item']['mention'])
|
||||
{
|
||||
$followThread = [
|
||||
'menu' => 'follow_thread',
|
||||
|
||||
Reference in New Issue
Block a user