aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-05 17:32:33 -0700
committerfriendica <info@friendica.com>2013-08-05 17:32:33 -0700
commitc965ed2bb620d12873fdf13aea13d18f12dba063 (patch)
tree034e31f0733e89dd58eb1d5161218db7be58a4b4 /include/conversation.php
parentc86dfd2e0c1626003711194cdd4871790f1d6879 (diff)
downloadvolse-hubzilla-c965ed2bb620d12873fdf13aea13d18f12dba063.tar.gz
volse-hubzilla-c965ed2bb620d12873fdf13aea13d18f12dba063.tar.bz2
volse-hubzilla-c965ed2bb620d12873fdf13aea13d18f12dba063.zip
enotify: localize things we know how to translate
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 61b563a5d..fab8da9f9 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -91,10 +91,6 @@ function item_redir_and_replace_images($body, $images, $cid) {
function localize_item(&$item){
- $extracted = item_extract_images($item['body']);
- if($extracted['images'])
- $item['body'] = item_redir_and_replace_images($extracted['body'], $extracted['images'], $item['contact-id']);
-
if (activity_match($item['verb'],ACTIVITY_LIKE) || activity_match($item['verb'],ACTIVITY_DISLIKE)){
$obj= json_decode($item['object'],true);