Bugfix: Unidirectional Diaspora connect request have to be followers - not sharers
This commit is contained in:
parent
26983bafff
commit
ab0fbc3a65
|
@ -382,7 +382,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
|
||||||
if($duplex)
|
if($duplex)
|
||||||
$new_relation = CONTACT_IS_FRIEND;
|
$new_relation = CONTACT_IS_FRIEND;
|
||||||
else
|
else
|
||||||
$new_relation = CONTACT_IS_SHARING;
|
$new_relation = CONTACT_IS_FOLLOWER;
|
||||||
|
|
||||||
if($new_relation != CONTACT_IS_FOLLOWER)
|
if($new_relation != CONTACT_IS_FOLLOWER)
|
||||||
$writable = 1;
|
$writable = 1;
|
||||||
|
|
Loading…
Reference in a new issue