aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-07-12 09:16:52 +0200
committerMario Vavti <mario@mariovavti.com>2018-07-12 09:16:52 +0200
commit48e74035f26ed8228ae834c633056fdc87668b71 (patch)
tree7f5d6e950cf4d7f427e4fba7fa0d523a2cdcea76
parent3ebe35f7f786f57220514ccba709f55ab2061dea (diff)
parent38bccecc04c9fe0cabab865deb686f0e85f18009 (diff)
downloadvolse-hubzilla-48e74035f26ed8228ae834c633056fdc87668b71.tar.gz
volse-hubzilla-48e74035f26ed8228ae834c633056fdc87668b71.tar.bz2
volse-hubzilla-48e74035f26ed8228ae834c633056fdc87668b71.zip
Merge remote-tracking branch 'mike/master' into dev
-rw-r--r--include/follow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/follow.php b/include/follow.php
index e2f0a8f4d..964c43ff2 100644
--- a/include/follow.php
+++ b/include/follow.php
@@ -204,7 +204,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
$singleton = intval($x['singleton']);
$aid = $channel['channel_account_id'];
- $hash = get_observer_hash();
+ $hash = $channel['channel_hash'];
$default_group = $channel['channel_default_group'];
if($hash == $xchan_hash) {