From: Roland Häder Date: Wed, 17 May 2017 13:40:50 +0000 (+0200) Subject: tpzo fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=afb430b908f611fa7c692b9c2c15b166d53e74db;p=friendica.git tpzo fixed Signed-off-by: Roland Häder --- diff --git a/include/diaspora.php b/include/diaspora.php index 03d45b9dfa..a1d48c2fbe 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -949,7 +949,7 @@ class Diaspora { } elseif (($contact["rel"] == CONTACT_IS_FOLLOWER) && ($importer["page-flags"] == PAGE_COMMUNITY)) { // That's good return true; - // Is the message a comment for global users? + // Is the message a global user or a comment? } elseif (($importer["uid"] == 0) || $is_comment) { // Messages for the global users and comments are always accepted return true;