mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
New function to handle "get" requests
This commit is contained in:
parent
c2eae676bf
commit
8e76d13a96
9 changed files with 25 additions and 9 deletions
|
@ -18,7 +18,7 @@ use Friendica\Module\BaseApi;
|
|||
*/
|
||||
class Inbox extends DirectMessagesEndpoint
|
||||
{
|
||||
protected function rawContent(array $request = [])
|
||||
protected function get(array $request = [])
|
||||
{
|
||||
$this->checkAllowedScope(BaseApi::SCOPE_READ);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue