upstream V3 development https://www.gnusocial.rocks/v3
Go to file
Marcel van der Boom 7f99ce0580 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));
2011-06-17 13:37:16 +02:00
.gitignore gitignore 2010-11-15 10:38:49 -05:00
ActivityPlugin.php Allow on/off switch for all activity notifications. 2011-06-17 13:37:16 +02:00
COPYING add license file 2010-10-27 11:44:08 -04:00
Notice_activity.php Include a link in the plain text too for (un)favored notices, (un)subbed groups etc. 2010-12-14 14:27:37 +01:00