cosent / plonesocial.activitystream

ACHIVED - USE PLONEINTRANET. Views for plonesocial.microblog status updates and other user activities in Plone
3 stars 6 forks source link

Continue #34, fix duplicated posts in the activity stream #36

Closed pysailor closed 9 years ago

pysailor commented 9 years ago

We ALSO need to check, in case we handle get a StatusUpdate (i.e. not a reply), if its id is part of the list of seen activities.

The original code had already contained this check. In #34 I had replaced it with only comparing for the thread id. But we need to check for both cases.