aboutsummaryrefslogtreecommitdiffstats
path: root/view/api_timeline_rss.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/api_timeline_rss.tpl')
-rw-r--r--view/api_timeline_rss.tpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/view/api_timeline_rss.tpl b/view/api_timeline_rss.tpl
index fbba93ee9..40239273c 100644
--- a/view/api_timeline_rss.tpl
+++ b/view/api_timeline_rss.tpl
@@ -6,10 +6,15 @@
<description>Friendika timeline</description>
<language>$rss.language</language>
<ttl>40</ttl>
-
+ <image>
+ <link>$user.link</link>
+ <title>$user.name's items</title>
+ <url>$user.profile_image_url</url>
+ </image>
+
{{ for $statuses as $status }}
<item>
- <title>$status.text</title>
+ <title>$status.user.name: $status.text</title>
<description>$status.text</description>
<pubDate>$status.created_at</pubDate>
<guid>$status.url</guid>