mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 10:43:41 +00:00
Twitter: The destroy command generates an error. So it is deactivated by now
This commit is contained in:
parent
d9a44c9fe7
commit
5faa804313
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ function twitter_action($a, $uid, $pid, $action) {
|
||||||
|
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
case "delete":
|
case "delete":
|
||||||
$result = $cb->statuses_destroy($post);
|
// To-Do: $result = $cb->statuses_destroy($post);
|
||||||
break;
|
break;
|
||||||
case "like":
|
case "like":
|
||||||
$result = $cb->favorites_create($post);
|
$result = $cb->favorites_create($post);
|
||||||
|
|
Loading…
Reference in a new issue