]> git.mxchange.org Git - friendica.git/commitdiff
Tagging now is a comment
authorMichael <heluecht@pirati.ca>
Thu, 28 Jun 2018 04:37:58 +0000 (04:37 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 28 Jun 2018 04:37:58 +0000 (04:37 +0000)
mod/tagger.php

index a5e9b3715b12dd8f929bb19a56183aad02ee82cd..717c0947769d47b9fb30bd6101332e4a90c22e47 100644 (file)
@@ -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'];