diff --git a/go-backend/internal/services/official_accounts_service.go b/go-backend/internal/services/official_accounts_service.go index 71f6543..53e8383 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 link — renders as small clickable text; the link preview card shows the title/description - body = art.Link + // Empty body — the link preview card handles all display + body = "" case "news": // Generate AI commentary rssItem := &RSSItem{