Hi,
I want to allow users to comment and like posts. I've tried having reviews with a rating of 1, however this means allow_duplicates needs to be set to true for the same user to create comments on a post they have already liked, as a result there is the risk that a user may create duplicate likes if the server and client become out of sync. Furthermore, there is no way to tell the difference between a like and a comment being deleted.
Am I missing a simple way of doing this?
Cheers,
Brad