Add Camo to MessageRenderer#markdownified
for mobile views
This commit is contained in:
parent
df4063fd45
commit
fd63fca7d5
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ module Diaspora
|
|||
def markdownified opts={}
|
||||
process(opts) {
|
||||
process_newlines
|
||||
camo_urls if AppConfig.privacy.camo.proxy_markdown_images?
|
||||
markdownify
|
||||
render_mentions
|
||||
render_tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue