There is now a function to store conversations

This commit is contained in:
Michael 2017-04-28 16:35:53 +00:00
commit c0b5339691
2 changed files with 59 additions and 46 deletions

View file

@ -916,6 +916,8 @@ class ostatus {
($item["verb"] == ACTIVITY_LIKE) OR ($conversation_url == "")) {
$item_stored = item_store($item, $all_threads);
return $item_stored;
} elseif (count($item) > 0) {
$item = store_conversation($item);
}
// Get the parent