Added privilege check for seeing flagger usernames
Also reworked all places dealing with flagger names to use said privilege
This commit is contained in:
@@ -116,6 +116,10 @@ class AnonymousUser
|
||||
false
|
||||
end
|
||||
|
||||
def can_view_flagger?(flagger_id)
|
||||
false
|
||||
end
|
||||
|
||||
def can_approve_posts?
|
||||
false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user