]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: Unidirectional Diaspora connect request have to be followers - not sharers
authorMichael Vogel <icarus@dabo.de>
Sat, 10 Oct 2015 02:56:40 +0000 (04:56 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 10 Oct 2015 02:56:40 +0000 (04:56 +0200)
mod/dfrn_confirm.php

index 1cc258853b9b52e154cfc1b795d93bb089ebd2dc..d5dbab951eabc0fc4065339a1710485780b2f802 100644 (file)
@@ -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;