From: Michael Vogel Date: Sat, 10 Oct 2015 02:56:40 +0000 (+0200) Subject: Bugfix: Unidirectional Diaspora connect request have to be followers - not sharers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab0fbc3a65594880450f90b1dc5131e1d94577ce;p=friendica.git Bugfix: Unidirectional Diaspora connect request have to be followers - not sharers --- 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;