]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Allow on/off switch for all activity notifications.
authorMarcel van der Boom <marcel@hsdev.com>
Fri, 17 Jun 2011 11:37:16 +0000 (13:37 +0200)
committerMarcel van der Boom <marcel@hsdev.com>
Fri, 17 Jun 2011 11:37:16 +0000 (13:37 +0200)
commit7f99ce058007509d48055e4dec9e84b2e5187bed
treeb34756f73ac3964ea983a94a47b48612005ff3b5
parent82db24831bed70e9828192868578241d9006eff0
Allow on/off switch for all activity notifications.

Default behaviour was/is to do all actitivity notifications supported by plugin.
Configure is in the config file by passing array with keyed boolean values like:

addPlugin('Activity', array(
    'StartFollowUser' => true,
    'StopFollowUser' => false,
    'JoinGroup' => true,
    'LeaveGroup' => true,
    'StartLike' => true,
    'StopLike' => false));
ActivityPlugin.php