nix fmt
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-04-08 09:50:00 +02:00
parent c58bac3abd
commit c0d5a0eb0b

View file

@ -324,9 +324,7 @@ class PangeaService:
rss["title"] = article.get("title") or article.get("socialTeaserTitle") rss["title"] = article.get("title") or article.get("socialTeaserTitle")
rss["link"] = article["url"] rss["link"] = article["url"]
summary = article.get("introduction") or article.get( summary = article.get("introduction") or article.get("socialTeaserIntroduction")
"socialTeaserIntroduction"
)
if summary: if summary:
rss["summary"] = summary rss["summary"] = summary