diff --git a/docs/_data/nav.yaml b/docs/_data/nav.yaml index 2a6f5b5e1..b9902965a 100644 --- a/docs/_data/nav.yaml +++ b/docs/_data/nav.yaml @@ -22,4 +22,6 @@ items: - title: How Talk Works url: /how-talk-works/ - title: Plugin and Recipe List - url: /plugins-and-recipes/ + url: /plugins-and-recipes/ + - title: Trust + url: /trust/ diff --git a/docs/_docs/product-guide-trust.md b/docs/_docs/product-guide-trust.md index 3600031d0..dcdc7a5ff 100644 --- a/docs/_docs/product-guide-trust.md +++ b/docs/_docs/product-guide-trust.md @@ -23,4 +23,10 @@ You can configure your own Trust thresholds by using `TRUST_THRESHOLD` in your c ### Reliable and Unreliable Flaggers -Details coming soon. +Trust also calculates how reliable users are in terms of the comments they report. This information is displayed to moderators in the User History drawer, which is accessed by clicking on a user’s name in the Admin. + +If a user's reports mostly match what moderators reject, their Report status will display to moderators as Reliable in the user information drawer. If a user's reports mostly differ from what moderators reject, their Report status will show as Unreliable. + +If we don't have enough reports to make a call, or the reports even out, their status is Neutral. + +Note: Report Karma doesn't include reports of "I don't agree with this comment".