Deleting statuses, deletion propagation
This commit is contained in:
parent
75b3339a99
commit
5c99e304e5
5 changed files with 18 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue