]> git.mxchange.org Git - friendica-addons.git/commitdiff
Twitter: The destroy command generates an error. So it is deactivated by now
authorMichael Vogel <icarus@dabo.de>
Sun, 13 Sep 2015 06:31:47 +0000 (08:31 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 13 Sep 2015 06:31:47 +0000 (08:31 +0200)
twitter/twitter.php

index 916e37240dd7b6ec7e12142c633f537ddb6ecbb4..905c054aa1c08549133245a5a0c48da30cbce3e1 100644 (file)
@@ -359,7 +359,7 @@ function twitter_action($a, $uid, $pid, $action) {
 
        switch ($action) {
                case "delete":
-                       $result = $cb->statuses_destroy($post);
+                       // To-Do: $result = $cb->statuses_destroy($post);
                        break;
                case "like":
                        $result = $cb->favorites_create($post);