mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
And now for something complete different ... notices
This commit is contained in:
parent
53a3c85d4f
commit
7f02ca32c9
5 changed files with 12 additions and 9 deletions
|
@ -585,7 +585,7 @@ function statusnet_post_hook(App $a, &$b)
|
|||
$result = $cb->statuses_update($postdata);
|
||||
//$result = $dent->post('statuses/update', $postdata);
|
||||
logger('statusnet_post send, result: ' . print_r($result, true) .
|
||||
"\nmessage: " . $msg, LOGGER_DEBUG . "\nOriginal post: " . print_r($b, true) . "\nPost Data: " . print_r($postdata, true));
|
||||
"\nmessage: " . $msg . "\nOriginal post: " . print_r($b, true) . "\nPost Data: " . print_r($postdata, true), LOGGER_DEBUG);
|
||||
|
||||
if (!empty($result->source)) {
|
||||
PConfig::set($b["uid"], "statusnet", "application_name", strip_tags($result->source));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue