Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
reverted back to without item.Content
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed May 10, 2023
1 parent 55f7e5c commit afe5951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/feed/feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func ItemToTextNote(pubkey string, item *gofeed.Item, feed *gofeed.Feed, default
var subredditParsePart2 = strings.Split(subredditParsePart1[1], "/")
var theHashtag = fmt.Sprintf(" #%s", subredditParsePart2[0])

content = content + "\n\n" + theHashtag + item.Content
content = content + "\n\n" + theHashtag

}

Expand Down

0 comments on commit afe5951

Please sign in to comment.