Update src/Module/Api/Mastodon/PushSubscription.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
5c88813775
commit
883a2ee71b
1 changed files with 3 additions and 2 deletions
|
@ -132,8 +132,9 @@ class PushSubscription extends BaseApi
|
||||||
$ret = Subscription::delete($application['id'], $uid);
|
$ret = Subscription::delete($application['id'], $uid);
|
||||||
|
|
||||||
$this->logger->info('Subscription deleted', [
|
$this->logger->info('Subscription deleted', [
|
||||||
'result' => $ret, 'application-id' => $application['id'],
|
'result' => $ret,
|
||||||
'uid' => $uid
|
'application-id' => $application['id'],
|
||||||
|
'uid' => $uid,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->response->exitWithJson([]);
|
$this->response->exitWithJson([]);
|
||||||
|
|
Loading…
Reference in a new issue