add channel_name to delivery logs because it is a bit more useful than an xchan_hash

This commit is contained in:
friendica
2013-07-15 19:04:23 -07:00
parent 2cfd9a3fa9
commit 4de52e601c
2 changed files with 12 additions and 11 deletions

View File

@@ -2051,7 +2051,8 @@ function tgroup_check($uid,$item) {
$terms = get_terms_oftype($item['term'],TERM_MENTION);
logger('tgroup_check: post mentions: ' . print_r($terms,true), LOGGER_DATA);
if($terms)
logger('tgroup_check: post mentions: ' . print_r($terms,true), LOGGER_DATA);
$link = normalise_link($a->get_baseurl() . '/channel/' . $u[0]['channel_address']);