aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-20 01:38:26 -0700
committerFriendika <info@friendika.com>2011-06-20 01:38:26 -0700
commitb86ae9de7f8982f22c6ab086bda8fa82977d3ae7 (patch)
tree691a88cd199ead867d0ad269754c28ffce5de9a2 /view
parentf3292e68a25c03cbd92952f5670f355b8784c877 (diff)
downloadvolse-hubzilla-b86ae9de7f8982f22c6ab086bda8fa82977d3ae7.tar.gz
volse-hubzilla-b86ae9de7f8982f22c6ab086bda8fa82977d3ae7.tar.bz2
volse-hubzilla-b86ae9de7f8982f22c6ab086bda8fa82977d3ae7.zip
use atom_time on atom entries
Diffstat (limited to 'view')
-rw-r--r--view/api_timeline_atom.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl
index 069ff7651..bc677d237 100644
--- a/view/api_timeline_atom.tpl
+++ b/view/api_timeline_atom.tpl
@@ -15,8 +15,8 @@
<content type="html">$status.html</content>
<link rel="alternate" type="text/html" href="$status.url"/>
<activity:verb>$status.verb</activity:verb>
- <published>$status.created_at</published>
- <updated>$status.created_at</updated>
+ <published>$status.published</published>
+ <updated>$status.updated</updated>
<link rel="ostatus:conversation" href="$status.url"/>
<!--