diff --git a/include/items.php b/include/items.php index c4310c24e2..53f4784c2d 100644 --- a/include/items.php +++ b/include/items.php @@ -4479,7 +4479,8 @@ function atom_entry($item,$type,$author,$owner,$comment = false,$cid = 0) { //$o .= "\t".''."\r\n"; //$o .= "\t".''."\r\n"; - $o .= item_get_attachment($item); + // Deactivated since it was meant only for OStatus + //$o .= item_get_attachment($item); $o .= item_getfeedattach($item);