全てのトピックを再開する必要があります!

サポートの皆様、ありがとうございます :slight_smile:

以前に閉鎖されたすべてのトピックを開放しました!

Topic.where(closed: true).where("created_at < '2015-01-01'").find_each do |topic|
  topic.update_status('closed', false, Discourse.system_user)
end