diff --git a/app/models/topic_status_update.rb b/app/models/topic_status_update.rb index a9769df3c6d..8f07cf53b79 100644 --- a/app/models/topic_status_update.rb +++ b/app/models/topic_status_update.rb @@ -25,6 +25,10 @@ TopicStatusUpdate = Struct.new(:topic, :user) do if status.manually_closing_topic? && topic.auto_close_at topic.reload.set_auto_close(nil).save end + + # pick up the changes right away as opposed to waiting for + # the schedule + CategoryFeaturedTopic.feature_topics_for(topic.category) end def create_moderator_post_for(status)