OStatus plugin has the same error on line 1270
This commit is contained in:
parent
f3ebbf472b
commit
fcbdf6aef2
@ -226,7 +226,7 @@ class ActivityPubPlugin extends Plugin
|
||||
}
|
||||
try {
|
||||
$aprofile = Activitypub_profile::getKV('profile_id', $profile->id);
|
||||
} catch (NoResultException $e) {
|
||||
} catch (Exception $e) {
|
||||
// Not a remote ActivityPub_profile! Maybe some other network
|
||||
// that has imported a non-local user (e.g.: OStatus)?
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user