]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
API: Improved the timeline. Several (disabled) tests with caching of photos.
[friendica.git] / include / conversation.php
index df92a40ed000addbe70678ddae0200c1eff3932a..a32cbeb8ba9cae891991253fec5e348e10505a29 100644 (file)
@@ -626,10 +626,6 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
                                else
                                        $profile_avatar = (((strlen($item['author-avatar'])) && $diff_author) ? $item['author-avatar'] : $thumb);
 
-
-
-
-
                                $like    = ((x($alike,$item['id'])) ? format_like($alike[$item['id']],$alike[$item['id'] . '-l'],'like',$item['id']) : '');
                                $dislike = ((x($dlike,$item['id'])) ? format_like($dlike[$item['id']],$dlike[$item['id'] . '-l'],'dislike',$item['id']) : '');
 
@@ -1089,4 +1085,3 @@ function render_location_google($item) {
        }
        return $location;
 }
-