Project

General

Profile

Actions

Feature proposal #9350

closed

Implement support for suppressing duplicate post object activity

Added by krileon 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07 February 2024
Due date:
% Done:

100%

Estimated time:

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 #1

Updated by krileon 3 months ago

  • Target version changed from 1057 to 6.1.0
Actions #2

Updated by krileon 3 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF