GNU social is a social communication software used in federated social networks. It is widely supported and has a large user base. It is already used by the Free Software Foundation. https://docs.gnusocial.rocks/
https://codeberg.org/GNUsocial/gnu-social
7f99ce0580
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)); |
||
---|---|---|
.gitignore | ||
ActivityPlugin.php | ||
COPYING | ||
Notice_activity.php |