forked from GNUsocial/gnu-social
make activity plugin use its own notice source
This commit is contained in:
@@ -47,7 +47,7 @@ if (!defined('STATUSNET')) {
|
||||
class ActivityPlugin extends Plugin
|
||||
{
|
||||
const VERSION = '0.1';
|
||||
const SOURCE = 'system';
|
||||
const SOURCE = 'activity';
|
||||
|
||||
// Flags to switch off certain activity notices
|
||||
public $StartFollowUser = true;
|
||||
|
Reference in New Issue
Block a user