New function to handle "get" requests

This commit is contained in:
Michael 2025-01-06 22:04:45 +00:00
parent c2eae676bf
commit 8e76d13a96
9 changed files with 25 additions and 9 deletions

View file

@ -133,7 +133,7 @@ class PushSubscription extends BaseApi
$this->response->addJsonContent([]);
}
protected function rawContent(array $request = []): void
protected function get(array $request = []): void
{
$this->checkAllowedScope(self::SCOPE_PUSH);
$uid = self::getCurrentUserID();