From db92354cd4baf5bf23f7d8cdb5cc07ca12d228db Mon Sep 17 00:00:00 2001 From: bohung Date: Mon, 23 May 2022 12:59:59 +0800 Subject: [PATCH] Adjust feed data. --- app/models/bulletin.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/bulletin.rb b/app/models/bulletin.rb index 10cfd13..b8b4251 100644 --- a/app/models/bulletin.rb +++ b/app/models/bulletin.rb @@ -381,6 +381,7 @@ class Bulletin if more_url a['show_url'] = "#{more_url}/#{self.to_param}" end + a["org_is_top"] = self.is_top a["id"] = self.uid a["title_translations"] = self.title_translations a["subtitle_translations"] = self.subtitle_translations