Unverified Commit b79ccc52 authored by Benjamin Neff's avatar Benjamin Neff Committed by Dennis Schubert
Browse files

Add created_at to comments

parent 99c52f05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
          },