Score. Score for a Post. How is this calculated?

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 :wink:

https://github.com/discourse/discourse/blob/master/lib/score_calculator.rb

14 إعجابًا

Great thanks for this!