Just curious what the ‘Score’ attribute on a user post indicates, and/or how it’s calculated. Thanks!
「いいね!」 1
Used in the summarize topic function which appears on topics with more than 50 replies.
「いいね!」 2
As for how it’s calculated, everything is in the ScoreCalculator class
https://github.com/discourse/discourse/blob/master/lib/score_calculator.rb
「いいね!」 14
Great thanks for this!