diff --git a/app/serializers/export/post_serializer.rb b/app/serializers/export/post_serializer.rb index 3459c2a51..0a19d30b7 100644 --- a/app/serializers/export/post_serializer.rb +++ b/app/serializers/export/post_serializer.rb @@ -9,6 +9,7 @@ module Export :image_width, :likes_count, :comments_count, - :reshares_count + :reshares_count, + :created_at end end