isPerson did not exist for Ostatus_profile
This commit is contained in:
@@ -193,6 +193,11 @@ class Ostatus_profile extends Managed_DataObject
|
||||
}
|
||||
}
|
||||
|
||||
public function isPerson()
|
||||
{
|
||||
return $this->localProfile()->isPerson();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return boolean true if this is a remote peopletag
|
||||
*/
|
||||
|
Reference in New Issue
Block a user