Change defaults for ActivityPlugin to only log joins and follows
This commit is contained in:
parent
5df47bc659
commit
838c3988ee
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user