mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +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 Conversation extends DirectMessagesEndpoint
|
|||
protected function rawContent(array $request = [])
|
||||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
||||
$this->getMessages($request, $uid, ["`parent-uri` = ?", $request['uri'] ?? '']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue