There is now a function to store conversations
This commit is contained in:
parent
62b6bbeef0
commit
c0b5339691
2 changed files with 59 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue