mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
use atom_time on atom entries
This commit is contained in:
parent
f3292e68a2
commit
b86ae9de7f
2 changed files with 4 additions and 2 deletions
|
@ -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"/>
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue