From 1064f3e284c30c8a180dc170148a942f345505bb Mon Sep 17 00:00:00 2001 From: Patrick Britton Date: Mon, 9 Feb 2026 08:46:48 -0600 Subject: [PATCH] fix: use article link as post body for RSS posts, card shows title --- go-backend/internal/services/official_accounts_service.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go-backend/internal/services/official_accounts_service.go b/go-backend/internal/services/official_accounts_service.go index 4011653..ba246ac 100644 --- a/go-backend/internal/services/official_accounts_service.go +++ b/go-backend/internal/services/official_accounts_service.go @@ -474,8 +474,8 @@ func (s *OfficialAccountsService) PostNextArticle(ctx context.Context, configID var body string switch cfg.AccountType { case "rss": - // Post the title — the link preview card handles the URL display - body = art.Title + // Post the link — renders as small clickable text; the link preview card shows the title/description + body = art.Link case "news": // Generate AI commentary rssItem := &RSSItem{