aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-15 21:52:05 -0800
committerfriendica <info@friendica.com>2012-11-15 21:52:05 -0800
commit5d4c9f5617ec8a99132a59d080f66989eba918f9 (patch)
tree295d01eeec1d098deb2289c3706ca655f2633908 /include/conversation.php
parentef192a3c14111bb144f338f43ed7ed9479d74f22 (diff)
downloadvolse-hubzilla-5d4c9f5617ec8a99132a59d080f66989eba918f9.tar.gz
volse-hubzilla-5d4c9f5617ec8a99132a59d080f66989eba918f9.tar.bz2
volse-hubzilla-5d4c9f5617ec8a99132a59d080f66989eba918f9.zip
more progress on notifier cleanup and encoding items for transit.
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 1d068f424..07ecf7207 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -89,8 +89,6 @@ function localize_item(&$item){
if($extracted['images'])
$item['body'] = item_redir_and_replace_images($extracted['body'], $extracted['images'], $item['contact-id']);
- logger('localize');
-
if (activity_match($item['verb'],ACTIVITY_LIKE) || activity_match($item['verb'],ACTIVITY_DISLIKE)){
$obj= json_decode($item['object'],true);