X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FActivity%2FActivityPlugin.php;h=aa718d079e6d044ae4907f7cea942f29c803d1ec;hb=b2a91944bbab6fd5a1741d7b0bcd08c983ab04c5;hp=0c7700d78756dd96a56ad156ff625032ead4e497;hpb=0503bcb0e2dd75de10a74ee5fc12d1523a44b028;p=quix0rs-gnu-social.git diff --git a/plugins/Activity/ActivityPlugin.php b/plugins/Activity/ActivityPlugin.php index 0c7700d787..aa718d079e 100644 --- a/plugins/Activity/ActivityPlugin.php +++ b/plugins/Activity/ActivityPlugin.php @@ -51,11 +51,11 @@ class ActivityPlugin extends Plugin // Flags to switch off certain activity notices public $StartFollowUser = true; - public $StopFollowUser = true; + public $StopFollowUser = false; public $JoinGroup = true; - public $LeaveGroup = true; - public $StartLike = true; - public $StopLike = true; + public $LeaveGroup = false; + public $StartLike = false; + public $StopLike = false; function onAutoload($cls) { @@ -86,7 +86,7 @@ class ActivityPlugin extends Plugin // TRANS: Text for "started following" item in activity plugin. // TRANS: %1$s is a profile URL, %2$s is a profile name, // TRANS: %3$s is a profile URL, %4$s is a profile name. - $rendered = sprintf(_m('%2$s started following %4$s.'), + $rendered = sprintf(_m('%2$s started following %4$s.'), $subscriber->profileurl, $subscriber->getBestName(), $other->profileurl,