diff options
author | Mario <mario@mariovavti.com> | 2021-03-11 20:11:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-11 20:11:05 +0000 |
commit | d2b03f6a9bcb8f0b13bf45f9165f5f2efdfe35cb (patch) | |
tree | 014867603965e372a576d2daa89fbc7da5551d00 /Zotlabs/Module/Directory.php | |
parent | 51fe5ec9828d059fe6b11d4ddf28e3e98e81cbf8 (diff) | |
download | volse-hubzilla-d2b03f6a9bcb8f0b13bf45f9165f5f2efdfe35cb.tar.gz volse-hubzilla-d2b03f6a9bcb8f0b13bf45f9165f5f2efdfe35cb.tar.bz2 volse-hubzilla-d2b03f6a9bcb8f0b13bf45f9165f5f2efdfe35cb.zip |
more add interactive flag
Diffstat (limited to 'Zotlabs/Module/Directory.php')
-rw-r--r-- | Zotlabs/Module/Directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Directory.php b/Zotlabs/Module/Directory.php index 7295f3099..e1555fc2d 100644 --- a/Zotlabs/Module/Directory.php +++ b/Zotlabs/Module/Directory.php @@ -245,7 +245,7 @@ class Directory extends Controller { $profile_link = chanlink_url($rr['url']); $pdesc = (($rr['description']) ? $rr['description'] . '<br />' : ''); - $connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : ''); + $connect_link = ((local_channel()) ? z_root() . '/follow?f=&interactive=1&url=' . urlencode($rr['address']) : ''); // Checking status is disabled ATM until someone checks the performance impact more carefully //$online = remote_online_status($rr['address']); |