[Fixed]-User likes on django accumulation

1👍

The Action models in django-activity-stream could be helpful.

For example, when an Actor performs an action, you could look up if there was recently a similar Verb and Target combination by a different Actor, and then replace that earlier instance with a new one that includes the most recent Actor.

👤C14L

Leave a comment