diff --git a/app/controllers/topics_controller.rb b/app/controllers/topics_controller.rb index 07a2a6b039..9b453855b7 100644 --- a/app/controllers/topics_controller.rb +++ b/app/controllers/topics_controller.rb @@ -453,7 +453,6 @@ class TopicsController < ApplicationController params.require(:duration) if based_on_last_post topic = Topic.find_by(id: params[:topic_id]) - guardian.ensure_can_see!(topic) guardian.ensure_can_moderate!(topic) options = {