aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-12-17 12:28:18 +0000
committerMario <mario@mariovavti.com>2018-12-22 20:03:49 +0100
commita09beb38335d3dff6d4d414027791a30a1cef684 (patch)
treeea81b14740672f486f176039706993d7b5dfc7fc
parentfeda1e6d84dc04341f8c348ac53c103fd97e8303 (diff)
downloadvolse-hubzilla-a09beb38335d3dff6d4d414027791a30a1cef684.tar.gz
volse-hubzilla-a09beb38335d3dff6d4d414027791a30a1cef684.tar.bz2
volse-hubzilla-a09beb38335d3dff6d4d414027791a30a1cef684.zip
Remove scale_external_images()
(cherry picked from commit a2959c6e9e795c0c8c6e87b70d8d0a935ae272f9)
-rw-r--r--include/markdown.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/markdown.php b/include/markdown.php
index 64f0a0854..2513a7d77 100644
--- a/include/markdown.php
+++ b/include/markdown.php
@@ -91,8 +91,6 @@ function markdown_to_bb($s, $use_zrl = false, $options = []) {
// remove duplicate adjacent code tags
$s = preg_replace("/(\[code\])+(.*?)(\[\/code\])+/ism","[code]$2[/code]", $s);
- // Don't show link to full picture (until it is fixed)
- $s = scale_external_images($s, false);
/**
* @hooks markdown_to_bb