]> git.mxchange.org Git - friendica.git/commitdiff
Deactivated some attachment part in the old functions
authorMichael Vogel <icarus@dabo.de>
Wed, 25 Nov 2015 07:28:17 +0000 (08:28 +0100)
committerMichael Vogel <icarus@dabo.de>
Wed, 25 Nov 2015 07:28:17 +0000 (08:28 +0100)
include/items.php

index c4310c24e2233a3a83761ae38429d8d42483b1b0..53f4784c2d053fe06661a979d4ffdca507d71937 100644 (file)
@@ -4479,7 +4479,8 @@ function atom_entry($item,$type,$author,$owner,$comment = false,$cid = 0) {
        //$o .= "\t".'<link rel="self" type="application/atom+xml" href="'.xmlify($a->get_baseurl().'/api/statuses/show/'.$item['id'].'.atom').'"/>'."\r\n";
        //$o .= "\t".'<link rel="edit" type="application/atom+xml" href="'.xmlify($a->get_baseurl().'/api/statuses/show/'.$item['id'].'.atom').'"/>'."\r\n";
 
-       $o .= item_get_attachment($item);
+       // Deactivated since it was meant only for OStatus
+       //$o .= item_get_attachment($item);
 
        $o .= item_getfeedattach($item);