mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 00:54:27 +02:00
Fix reply via API / fix missing variable
This commit is contained in:
parent
c27fdc7167
commit
b46f18bdf9
2 changed files with 14 additions and 11 deletions
|
@ -210,6 +210,8 @@ class Status extends BaseFactory
|
|||
// We can always safely add attached activities. Real quotes are added to the body via "addSharedPost".
|
||||
if (empty($item['quote-uri-id'])) {
|
||||
$quote = self::createQuote($item, $uid);
|
||||
} else {
|
||||
$quote = [];
|
||||
}
|
||||
|
||||
$shared = $this->contentItem->getSharedPost($item, ['uri-id']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue