forked from GNUsocial/gnu-social
OStatus: sub/unsub notifications working again. Fixed up autodetection of feed info at profile setup time
This commit is contained in:
@@ -331,6 +331,8 @@ class OStatusPlugin extends Plugin
|
||||
$oprofile = Ostatus_profile::staticGet('feeduri', $feedsub->uri);
|
||||
if ($oprofile) {
|
||||
$oprofile->processFeed($feed);
|
||||
} else {
|
||||
common_log(LOG_DEBUG, "No ostatus profile for incoming feed $feedsub->uri");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user