]> git.mxchange.org Git - friendica.git/blobdiff - mod/api.php
There is now two different checks for the completion of conversations
[friendica.git] / mod / api.php
index ad75e6620e2aff9bbbe8e0cfce82e770f9553349..63f8a934c81ef5e18a488cb113f21ab0b73eba1f 100644 (file)
@@ -110,7 +110,7 @@ function api_content(&$a) {
                
                return $o;
        }
-       
+
        echo api_call($a);
        killme();
 }