Adjust feed data.

This commit is contained in:
BoHung Chiu 2022-05-23 13:01:08 +08:00
parent db92354cd4
commit 9891568bb5
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ class Bulletin
if more_url
a['show_url'] = "#{more_url}/#{self.to_param}"
end
a["org_is_top"] = self.is_top
a["org_is_top"] = (self.is_top ? 1 : 0)
a["id"] = self.uid
a["title_translations"] = self.title_translations
a["subtitle_translations"] = self.subtitle_translations