Actions
Feature proposal #9350
closedImplement support for suppressing duplicate post object activity
Description
For example the following posts are visible in the stream.
gallery.photos.1.comment
gallery.photos.1.comment
gallery.photos.1.like
gallery.photos.1
The grouping aggregation behavior would result in the following.
gallery.photos.1.comment|gallery.photos.1.comment
gallery.photos.1.like
gallery.photos.1
Now with Suppress Original behavior being implemented you get the following.
gallery.photos.1.comment|gallery.photos.1.comment
gallery.photos.1.like
This however still has a duplicate. The Like. Now normally this is fine since they're 2 completely different reactions, but some sites may benefit from only showing an object once in a steam and then never again. Implement support for this using a Suppress Duplicates parameter. Default disabled.
Actions