Disable activity feed

cancel
Showing results for 
Search instead for 
Did you mean: 
franciscoduarte
Member II

Disable activity feed

Jump to solution

Hello,

I'd like to know if it is possible to disable entirely the ACS activity feed?

Or disabling it will just remove it visually but the functionality continues working?

Best regards

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: Disable activity feed

Jump to solution

You may disable all activity feed activity by setting following values in alfresco-global.properties

activities.feed.notifier.enabled=false
activities.feed.generator.enabled=false
activities.feed.cleaner.enabled=false
activities.post.cleaner.enabled=false
activities.post.lookup.enabled=false

Reference: https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfres...

Hyland Developer Evangelist

View solution in original post

1 Reply
angelborroy
Alfresco Employee

Re: Disable activity feed

Jump to solution

You may disable all activity feed activity by setting following values in alfresco-global.properties

activities.feed.notifier.enabled=false
activities.feed.generator.enabled=false
activities.feed.cleaner.enabled=false
activities.post.cleaner.enabled=false
activities.post.lookup.enabled=false

Reference: https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfres...

Hyland Developer Evangelist