From: Michael Vogel Date: Sun, 13 Sep 2015 06:31:47 +0000 (+0200) Subject: Twitter: The destroy command generates an error. So it is deactivated by now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5faa80431303680a169ba2e0efece96327c12ff8;p=friendica-addons.git Twitter: The destroy command generates an error. So it is deactivated by now --- diff --git a/twitter/twitter.php b/twitter/twitter.php index 916e3724..905c054a 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -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);