@@ -180,7 +180,7 @@
if (isset($body->tunnels) && count($body->tunnels) > 0) {
foreach ($body->tunnels as $tunnel) {
if ($tunnel->proto == 'http') {
return $output->write($tunnel->public_url);
return output($tunnel->public_url);
}
The note is not visible to the blocked user.