aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connections.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-11-03 13:09:11 +0000
committerMario <mario@mariovavti.com>2022-11-03 13:09:11 +0000
commite80191d4cdadd38978579edf17bf8188d7729c4e (patch)
treed7cdbb7a77e22c4bf9ce9d2a1802671acb6687da /Zotlabs/Module/Connections.php
parentc2a796b6ea4a8af23494e72e6c446ea847bf9627 (diff)
downloadvolse-hubzilla-e80191d4cdadd38978579edf17bf8188d7729c4e.tar.gz
volse-hubzilla-e80191d4cdadd38978579edf17bf8188d7729c4e.tar.bz2
volse-hubzilla-e80191d4cdadd38978579edf17bf8188d7729c4e.zip
fix regression
Diffstat (limited to 'Zotlabs/Module/Connections.php')
-rw-r--r--Zotlabs/Module/Connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connections.php b/Zotlabs/Module/Connections.php
index 0101bf8a8..ea30b9b9e 100644
--- a/Zotlabs/Module/Connections.php
+++ b/Zotlabs/Module/Connections.php
@@ -357,7 +357,7 @@ class Connections extends \Zotlabs\Web\Controller {
'oneway' => $oneway,
'perminfo' => $perminfo,
'connect' => (intval($rr['abook_not_here']) ? t('Connect') : ''),
- 'follow' => z_root() . '/follow/?f=&url=' . urlencode($rr['xchan_hash']) . '&interactive=0',
+ 'follow' => z_root() . '/follow/?f=&url=' . urlencode($rr['xchan_hash']) . '&interactive=1',
'connect_hover' => t('Connect at this location'),
'role' => $roles_dict[$rr['abook_role']] ?? '',
'pending' => intval($rr['abook_pending'])