blacklists: remove ability for mods to blacklist uploaders by name.
This commit is contained in:
@@ -134,10 +134,6 @@ class PostPresenter < Presenter
|
||||
"data-is-favorited" => post.favorited_by?(CurrentUser.user.id)
|
||||
}
|
||||
|
||||
if CurrentUser.is_moderator?
|
||||
attributes["data-uploader"] = post.uploader.name
|
||||
end
|
||||
|
||||
if post.visible?
|
||||
attributes["data-md5"] = post.md5
|
||||
attributes["data-file-url"] = post.file_url
|
||||
|
||||
Reference in New Issue
Block a user