]> git.mxchange.org Git - friendica-addons.git/commitdiff
Facebook: Deactivated the test output of messages without content.
authorMichael Vogel <icarus@dabo.de>
Sun, 15 Apr 2012 14:46:55 +0000 (16:46 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 15 Apr 2012 14:46:55 +0000 (16:46 +0200)
facebook/facebook.php

index a90445db57a9802b2a13cee1f9c8474e06887dfa..397c104edb20b3f681f81384dfff064e9201e27a 100755 (executable)
@@ -1450,8 +1450,8 @@ function fb_consume_stream($uid,$j,$wall = false) {
                        //      $datarray['body'] = $entry->story;
 
                        // Adding the "story" text to see if there are useful data in it (testing)
-                       if (($datarray['app'] != "Events") and $entry->story)
-                               $datarray['body'] .= "\n".$entry->story;
+                       //if (($datarray['app'] != "Events") and $entry->story)
+                       //      $datarray['body'] .= "\n".$entry->story;
 
                        if(trim($datarray['body']) == '') {
                                logger('facebook: empty body '.$entry->id.' '.print_r($entry, true));