mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Turned subscription service into a subsystem
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28919 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -451,7 +451,7 @@ public class LocalFeedTaskProcessor extends FeedTaskProcessor implements Applica
|
||||
{
|
||||
Set<String> result = new HashSet<String>();
|
||||
|
||||
if (subscriptionService.subscriptionsEnabled())
|
||||
if (subscriptionService.isActive())
|
||||
{
|
||||
PagingFollowingResults fr = subscriptionService.getFollowers(userId, new PagingRequest(1000000, null));
|
||||
|
||||
|
Reference in New Issue
Block a user