use user name as update title for rss #15
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ func (s *Rest) toRssFeed(url string, comments []store.Comment) (string, error) {
|
||||
feed.Items = []*feeds.Item{}
|
||||
for _, c := range comments {
|
||||
f := feeds.Item{
|
||||
Title: "update",
|
||||
Title: c.User.Name,
|
||||
Link: &feeds.Link{Href: url},
|
||||
Description: c.Text,
|
||||
Created: c.Timestamp,
|
||||
|
||||
Reference in New Issue
Block a user