0
0
Fork 0

Deleting statuses, deletion propagation

This commit is contained in:
Eugen Rochko 2016-03-16 10:58:58 +01:00
parent 75b3339a99
commit 5c99e304e5
5 changed files with 18 additions and 12 deletions

View file

@ -147,8 +147,8 @@ module AtomBuilderHelper
def include_entry(xml, stream_entry)
unique_id xml, stream_entry.created_at, stream_entry.activity_id, stream_entry.activity_type
published_at xml, stream_entry.activity.created_at
updated_at xml, stream_entry.activity.updated_at
published_at xml, stream_entry.created_at
updated_at xml, stream_entry.updated_at
title xml, stream_entry.title
content xml, stream_entry.content
verb xml, stream_entry.verb