It misleads users into believing 13 thousand people liked this change, while this obviously wasn’t the case but rather people in the replies disagreeing and people agreeing with the reply.
Not sure if this is intended, since for a normal user, it looks like the topic received that many likes in my opinion
it’s probably using the json representation of the post, which outputs like_count as a total of all likes on the post. for example, this post shows a like_count of two.
the fix would be to check the first post in the stream’s like count (post_stream.posts[0].actions_summary[0].count)