summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-11-17 22:16:08 +0000
committerZach Copley <zach@status.net>2010-11-17 22:16:08 +0000
commit645a4d1754128fdb34e4805ea9aa59f41af8df6f (patch)
tree10336fb9b33aa12b8bffa03d1d93e2b30d6d7b6d /lib/default.php
parent163f18b8acd59e7343da4bdde9d0a5f5bd762308 (diff)
parent197b56778a04a1d0f12dabb84e95dc9b80902aeb (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index ece01f2a8..a91fa338f 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -253,6 +253,7 @@ $default =
'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info
'thumb_width' => 100,
'thumb_height' => 75,
+ 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages.
),
'application' =>
array('desclimit' => null),