diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-21 15:28:37 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-21 15:28:37 -0700 |
commit | b5d093e5caa87517280912e40a0f47352dca3f04 (patch) | |
tree | 0f0fd61b2740feadd9985eecb2d28d85401ed4f6 /include/items.php | |
parent | 10a52977f8b44ef0e1dcf1d89b51a0330340472e (diff) | |
download | volse-hubzilla-b5d093e5caa87517280912e40a0f47352dca3f04.tar.gz volse-hubzilla-b5d093e5caa87517280912e40a0f47352dca3f04.tar.bz2 volse-hubzilla-b5d093e5caa87517280912e40a0f47352dca3f04.zip |
finish the channel_reddress() conversion
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index c3d2e2676..ba39fd7ac 100755 --- a/include/items.php +++ b/include/items.php @@ -2262,7 +2262,7 @@ function store_diaspora_comment_sig($datarray, $channel, $parent_item, $post_id, logger('storing diaspora comment signature',LOGGER_DEBUG); - $diaspora_handle = $channel['channel_address'] . '@' . App::get_hostname(); + $diaspora_handle = channel_reddress($channel); $signed_text = $datarray['mid'] . ';' . $parent_item['mid'] . ';' . $signed_body . ';' . $diaspora_handle; |