Add Camo to MessageRenderer#markdownified

for mobile views
This commit is contained in:
Dennis Schubert 2014-11-09 07:29:36 +01:00
parent df4063fd45
commit fd63fca7d5

View file

@ -191,6 +191,7 @@ module Diaspora
def markdownified opts={} def markdownified opts={}
process(opts) { process(opts) {
process_newlines process_newlines
camo_urls if AppConfig.privacy.camo.proxy_markdown_images?
markdownify markdownify
render_mentions render_mentions
render_tags render_tags