간단한 우회 방법이 있습니다!
/latest.rss?category=6&exclude_tag=ai
카테고리 RSS 피드에서 발생한 엣지 케이스를 확인했습니다.
아래와 같은 방식으로 수정하면 적절하게 해결될 것입니다. 팀으로 함께 처리하겠습니다.
def category_feed
guardian.ensure_can_see!(@category)
discourse_expires_in 1.minute
# ...
@topic_list = TopicQuery.new(current_user, build_topic_list_options)
.list_new_in_category(@category)
render "list", formats: [:rss]
end