Merge pull request #5597 from gdpelican/feature/json-exporter-post-fields

Add created_at to json posts for #5585
This commit is contained in:
Jason Robinson 2015-02-01 13:18:48 +01:00
commit 512de9cfd9

View file

@ -9,6 +9,7 @@ module Export
:image_width,
:likes_count,
:comments_count,
:reshares_count
:reshares_count,
:created_at
end
end