]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Merge pull request #10045 from annando/fix-notification
[friendica.git] / include / conversation.php
index b74b1f152b1e09c64d9330ce31026b451e5ec065..cef0bc0e80e0da21858e53193965d8bd6f7c887e 100644 (file)
@@ -899,7 +899,7 @@ function item_photo_menu($item) {
        $block_link = '';
        $ignore_link = '';
 
-       if (local_user() && local_user() == $item['uid'] && $item['gravity'] == GRAVITY_PARENT && !$item['self']) {
+       if (local_user() && local_user() == $item['uid'] && $item['gravity'] == GRAVITY_PARENT && !$item['self'] && !$item['mention']) {
                $sub_link = 'javascript:doFollowThread(' . $item['id'] . '); return false;';
        }