mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
The gcontact table will now be filled instead of the unique_contacts
This commit is contained in:
parent
5270552a08
commit
3b54203d80
5 changed files with 51 additions and 6 deletions
|
@ -377,6 +377,7 @@ function buffer_send(&$a,&$b) {
|
|||
$message["media[thumbnail]"] = $post["preview"];
|
||||
|
||||
//print_r($message);
|
||||
logger("buffer_send: data for message ".$b["id"].": ".print_r($message, true), LOGGER_DEBUG);
|
||||
$ret = $buffer->go('/updates/create', $message);
|
||||
logger("buffer_send: send message ".$b["id"]." result: ".print_r($ret, true), LOGGER_DEBUG);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue