mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
AP Bugfix: Following a soapbox now works / rapid follow/unfollow should work now
This commit is contained in:
parent
253ac95ca0
commit
fa7cddc669
2 changed files with 7 additions and 1 deletions
|
@ -283,7 +283,7 @@ class Processor
|
|||
|
||||
$cid = Contact::getIdForURL($activity['owner'], $uid);
|
||||
if (!empty($cid)) {
|
||||
$contact = DBA::selectFirst('contact', [], ['id' => $cid]);
|
||||
$contact = DBA::selectFirst('contact', [], ['id' => $cid, 'network' => Protocol::NATIVE_SUPPORT]);
|
||||
} else {
|
||||
$contact = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue