Better handling of the network field in the item table.

This commit is contained in:
Michael Vogel 2013-12-27 01:58:21 +01:00
parent a96d6f835c
commit 4b0e370c4c
11 changed files with 92 additions and 82 deletions

View file

@ -146,6 +146,7 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio
}
$arr = array();
$arr["network"] = NETWORK_OSTATUS;
$arr["uri"] = $single_conv->id;
$arr["plink"] = $single_conv->id;
$arr["uid"] = $message["uid"];