mirror of
https://github.com/friendica/friendica
synced 2025-04-28 18:24:24 +02:00
Improved asynchronous message procession
This commit is contained in:
parent
c88b1c0197
commit
a1947d2bb1
8 changed files with 46 additions and 38 deletions
|
@ -635,7 +635,7 @@ class Item
|
|||
public function addSharedPost(array $item, string $body = ''): string
|
||||
{
|
||||
if (empty($body)) {
|
||||
$body = $item['body'];
|
||||
$body = $item['body'] ?? '';
|
||||
}
|
||||
|
||||
if (empty($item['quote-uri-id']) || ($item['quote-uri-id'] == $item['uri-id'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue