Update api.socialhub.php

This commit is contained in:
Namhyeon Go 2018-09-27 04:53:42 +09:00 committed by GitHub
parent b5f0fdd772
commit 21a9d9b126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,8 +136,6 @@ switch($action) {
break;
case "outbound":
$hauth_adapter->setUserStatus($message);
break;
case "new":
break;
@ -150,6 +148,10 @@ switch($action) {
"profile" => $hauth_profile,
);
break;
case "cancel": // listen cancel authenticated callback
break;
case "delete": // listen delete ping
break;
default:
set_error("Unknown action");
show_errors();