From ab0fbc3a65594880450f90b1dc5131e1d94577ce Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 10 Oct 2015 04:56:40 +0200 Subject: [PATCH] Bugfix: Unidirectional Diaspora connect request have to be followers - not sharers --- mod/dfrn_confirm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 1cc258853b..d5dbab951e 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -382,7 +382,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { if($duplex) $new_relation = CONTACT_IS_FRIEND; else - $new_relation = CONTACT_IS_SHARING; + $new_relation = CONTACT_IS_FOLLOWER; if($new_relation != CONTACT_IS_FOLLOWER) $writable = 1;