mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Better handling of the network field in the item table.
This commit is contained in:
parent
a96d6f835c
commit
4b0e370c4c
11 changed files with 92 additions and 82 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue