From: Michael Date: Thu, 28 Jun 2018 04:37:58 +0000 (+0000) Subject: Tagging now is a comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dec1eaa2e868553b319b8c3b27b92b7956296058;p=friendica.git Tagging now is a comment --- diff --git a/mod/tagger.php b/mod/tagger.php index a5e9b3715b..717c094776 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -121,7 +121,7 @@ EOT; $arr['contact-id'] = $contact['id']; $arr['type'] = 'activity'; $arr['wall'] = $item['wall']; - $arr['gravity'] = GRAVITY_ACTIVITY; + $arr['gravity'] = GRAVITY_COMMENT; $arr['parent'] = $item['id']; $arr['parent-uri'] = $item['uri']; $arr['owner-name'] = $item['author-name'];