Compare commits

..

2 Commits

Author SHA1 Message Date
邱博亞 e3b499149e Add notify remote. 2024-09-16 19:33:02 +08:00
邱博亞 534a3fe954 Fix feed. 2024-09-16 19:33:02 +08:00
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ class EventNewsFeedsController < ApplicationController
tags = @bf.tag_ids tags = @bf.tag_ids
if !tags.empty? if !tags.empty?
@event_news = EventNews.can_display_and_sorted.is_approved.filter_by_tags(tags) @event_news = EventNews.can_display_and_sorted.is_approved.filter_by_tags(tags)
else
@event_news = EventNews.can_display_and_sorted.is_approved
end end
categories = @bf.category_ids categories = @bf.category_ids
if !categories.empty? if !categories.empty?