Add created_at to comments
This commit is contained in:
parent
99c52f055c
commit
b79ccc5207
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ module Diaspora
|
|||
guid: comment.guid,
|
||||
parent_guid: comment.post.guid,
|
||||
text: comment.text,
|
||||
created_at: comment.created_at,
|
||||
author_signature: comment.signature.try(:author_signature),
|
||||
parent: related_entity(comment.post)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue