From 0445da53f447bc4aef70ecf749b9cd062cacf61d Mon Sep 17 00:00:00 2001 From: Thomas Profitt Date: Mon, 11 Mar 2019 19:25:16 -0500 Subject: [PATCH] Update comment in rssbot itemToHTML --- src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go b/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go index 510852f..79fdee9 100644 --- a/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go +++ b/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go @@ -356,9 +356,8 @@ func itemToHTML(feed *gofeed.Feed, item gofeed.Item) gomatrix.HTMLMessage { Format: "org.matrix.custom.html", FormattedBody: fmt.Sprintf("%s:
%s", html.EscapeString(feed.Title), html.EscapeString(item.Link), html.EscapeString(item.Title)), - // SomeOne posted a new article: Title Of The Entry ( https://someurl.com/blag ) // FeedTitle: - // Title of the Entry which is a Link to It + // Title of the Entry, as a Link to It } }