The documentation states that the uniqueness of an activity is either determined by time or by time plus foreign id.
We would like to suppress similar activities (like "user 1 updated article 2") within e.g. the same hour of the day to prevent spamming the followers.
We tried to do this via timestamps rounded to the full hour, but this resulted in a messed up order of activities where a subsequent activity had a lower id than another one that was added minutes before it.
Is there any other way than filtering out the activities on retrieval using aggregated feeds?