diff --git a/lib/adamantium/micropub_request_parser.rb b/lib/adamantium/micropub_request_parser.rb index c63c005..0f9b127 100644 --- a/lib/adamantium/micropub_request_parser.rb +++ b/lib/adamantium/micropub_request_parser.rb @@ -103,7 +103,7 @@ module Adamantium new_params[:published_at] = published.to_s new_params[:post_type] = :checkin location = params.dig(:properties, :location).first[:properties] - new_params[:photos] = [] + new_params[:photos] = checkin.dig(:properties, :photo)&.map { |p| {value: v, alt: new_params[:name]} } || [] new_params[:location] = "geo:#{location.dig(:latitude).first},#{location.dig(:longitude).first};u=0" new_params end