AP: We now transmit "add tag" activity / On Diaspora this is now supressed

This commit is contained in:
Michael 2019-05-25 19:33:58 +00:00
parent 22fc3c8828
commit 32b1f75ece
2 changed files with 30 additions and 1 deletions

View file

@ -3834,7 +3834,7 @@ class Diaspora
} elseif (in_array($item["verb"], [ACTIVITY_LIKE, ACTIVITY_DISLIKE])) {
$message = self::constructLike($item, $owner);
$type = "like";
} elseif (!in_array($item["verb"], [ACTIVITY_FOLLOW])) {
} elseif (!in_array($item["verb"], [ACTIVITY_FOLLOW, ACTIVITY_TAG])) {
$message = self::constructComment($item, $owner);
$type = "comment";
}