mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
DEV: Remove elder from codebase and also update 'regular' to 'member' (#20065)
A while back the definition of TL was changed but many areas in the codebase still use the term 'Regular user' despite it having some implicit meaning (TL2). See 20140905055251_rename_trust_level_badges.rb
This commit is contained in:
@ -102,7 +102,7 @@ class ComposerController < ApplicationController
|
||||
:not_allowed
|
||||
end
|
||||
|
||||
# Regular users can see only basic information why the users cannot see the topic.
|
||||
# Non-staff users can see only basic information why the users cannot see the topic.
|
||||
reason = nil if !guardian.is_staff? && reason != :private && reason != :category
|
||||
|
||||
reason
|
||||
|
Reference in New Issue
Block a user