mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add author to rss generated feeds (#858)
This commit is contained in:
@@ -70,6 +70,7 @@ public class Entry implements Serializable {
|
|||||||
|
|
||||||
entry.setUri(getGuid());
|
entry.setUri(getGuid());
|
||||||
entry.setTitle(getTitle());
|
entry.setTitle(getTitle());
|
||||||
|
entry.setAuthor(getAuthor());
|
||||||
|
|
||||||
SyndContentImpl content = new SyndContentImpl();
|
SyndContentImpl content = new SyndContentImpl();
|
||||||
content.setValue(getContent());
|
content.setValue(getContent());
|
||||||
|
|||||||
Reference in New Issue
Block a user