Pending must only be set when we connect as well
This commit is contained in:
parent
1a702359f1
commit
cc6836b89c
|
@ -337,7 +337,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
|
|||
} else {
|
||||
if ($network == Protocol::ACTIVITYPUB) {
|
||||
ActivityPub\Transmitter::sendContactAccept($contact['url'], $contact['hub-verify'], $uid);
|
||||
$pending = true;
|
||||
$pending = $duplex;
|
||||
} else {
|
||||
$pending = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue