diff --git a/app/controllers/public/profile_controller.rb b/app/controllers/public/profile_controller.rb index 0e5c83d..f354c5f 100644 --- a/app/controllers/public/profile_controller.rb +++ b/app/controllers/public/profile_controller.rb @@ -521,8 +521,6 @@ class ProfileController < PublicController owner = item.user end !environment.admins.include?(user) && - #TODO Consider this if allowing to mark people on organization's wall - #!profile.admins.include?(user) && owner != user && target.is_a?(Scrap) && target.marked_people.present? && -- libgit2 0.21.2