mirror of
https://github.com/friendica/friendica
synced 2025-05-11 05:44:10 +02:00
AP: We now transmit "add tag" activity / On Diaspora this is now supressed
This commit is contained in:
parent
22fc3c8828
commit
32b1f75ece
2 changed files with 30 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue