Feb 6
Fix counting likes after merge
Currently, when I merge a post, and it has e.g. 10 likes, it looks like it adds only one like to the main post and not all from the old post.Is it possible to transfer all the likes?
Reviewing
In one merge, it worked correctly and counted all the votes together. But in these examples (4 votes each), it didn´t count them, and I think it is unlikely that all the 4 votes are from the same users.
Jana, the system currently copies over the remaining distinct likes, for example, if user A and B have likes both posts, only the like from user C will be transferred over so it doesn't count as duplicates. Do you think this is the case or are you seeing a different behavior?