forked from GNUsocial/gnu-social
Plugin now checks notify handlers before registering subscriptions
This commit is contained in:
@@ -112,6 +112,8 @@ class RSSCloudPlugin extends Plugin
|
||||
|
||||
function onStartApiRss($action)
|
||||
{
|
||||
// XXX: Add RSS 1.0 user feeds
|
||||
|
||||
if (get_class($action) == 'ApiTimelineUserAction') {
|
||||
|
||||
$attrs = array('domain' => $this->domain,
|
||||
|
Reference in New Issue
Block a user