mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
Issue 7418: connections to forums should now work again
This commit is contained in:
parent
a4cc22e8fb
commit
49767e0555
2 changed files with 2 additions and 2 deletions
|
@ -2332,7 +2332,7 @@ class Contact extends BaseObject
|
|||
$apcontact = APContact::getByURL($url, false);
|
||||
if (isset($apcontact['manually-approve'])) {
|
||||
$pending = (bool)$apcontact['manually-approve'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (in_array($protocol, [Protocol::MAIL, Protocol::DIASPORA, Protocol::ACTIVITYPUB])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue