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 a5e9b37..717c094 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'];