mirror of
https://github.com/friendica/friendica
synced 2025-04-29 15:04:22 +02:00
Standards
This commit is contained in:
parent
fd63421dde
commit
c18bda9397
5 changed files with 5 additions and 4 deletions
|
@ -32,7 +32,7 @@ class All extends DirectMessagesEndpoint
|
|||
protected function rawContent(array $request = [])
|
||||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
||||
$this->getMessages($request, $uid, []);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue