Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
Mario Vavti
2018-05-05 10:03:57 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,8 @@ class Wfinger extends \Zotlabs\Web\Controller {
$aliases = array(
z_root() . (($pchan) ? '/pchan/' : '/channel/') . $r[0]['channel_address'],
z_root() . '/~' . $r[0]['channel_address']
z_root() . '/~' . $r[0]['channel_address'],
z_root() . '/@' . $r[0]['channel_address']
);
if($h) {