mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00

Currently, trust level is calculated with this formula: `[granted_trust_level, previous_trust_level, SiteSetting.default_trust_level].max` When a user is invited, SiteSetting.default_invitee_trust_level should be respected in that calculation.