mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50:11 +00:00
Conversation/context is now stored
This commit is contained in:
parent
54cebf5a88
commit
7eb410bed7
11 changed files with 161 additions and 84 deletions
|
@ -516,6 +516,10 @@ class Receiver
|
|||
}
|
||||
}
|
||||
|
||||
if (($type == 'as:Add') && is_array($activity['as:object']) && (count($activity['as:object']) == 1)) {
|
||||
$trust_source = false;
|
||||
}
|
||||
|
||||
// $trust_source is called by reference and is set to true if the content was retrieved successfully
|
||||
$object_data = self::prepareObjectData($activity, $uid, $push, $trust_source);
|
||||
if (empty($object_data)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue