From: Roland Häder Date: Fri, 17 Jun 2022 07:40:29 +0000 (+0200) Subject: Added parenthesis X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5106bb2881791662ac9a512918ed79c18908f50a;p=friendica.git Added parenthesis --- diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index 3bc2033f5a..952b80e768 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -154,7 +154,7 @@ class Conversation } // Skip when the causer of the parent is the same as the author of the announce - if ($verb == Activity::ANNOUNCE && !empty($thread_parent['causer-id']) && $thread_parent['causer-id'] == $activity['author-id']) { + if (($verb == Activity::ANNOUNCE) && !empty($thread_parent['causer-id']) && ($thread_parent['causer-id'] == $activity['author-id'])) { continue; }