mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 00:33:40 +00:00
Merge pull request #302 from annando/1409-twitter-destroy
Twitter: The destroy command generates an error
This commit is contained in:
commit
effdb6c946
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue