AP Bugfix: Following a soapbox now works / rapid follow/unfollow should work now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user