diaspora/config/initializers/open_graph_reader.rb
Jonne Haß f1c75e6a54 Bump open_graph_reader
It now returns the origin for a missing og:url
2015-05-04 23:43:53 +02:00

7 lines
232 B
Ruby

OpenGraphReader.configure do |config|
config.synthesize_title = true
config.synthesize_url = true
config.synthesize_full_url = true
config.synthesize_image_url = true
config.guess_datetime_format = true
end