forked from GNUsocial/gnu-social
ForceGroup and some qvitter API stuff still used staticGet
This commit is contained in:
@@ -53,7 +53,7 @@ class ForceGroupPlugin extends Plugin
|
||||
{
|
||||
$profile = $notice->getProfile();
|
||||
|
||||
$isRemote = !(User::staticGet('id', $profile->id));
|
||||
$isRemote = !(User::getKV('id', $profile->id));
|
||||
if ($isRemote) {
|
||||
/*
|
||||
* Notices from remote users on other sites
|
||||
|
Reference in New Issue
Block a user