temporary fixes in order to allow testing with mobilizon at this moment
This commit is contained in:
parent
665af185bf
commit
41412a9b34
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ class Actor extends Base_Object {
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $type = 'Person';
|
||||
protected $type = 'Group';
|
||||
|
||||
/**
|
||||
* A reference to an ActivityStreams OrderedCollection comprised of
|
||||
|
|
|
@ -55,9 +55,9 @@ class Blog_User extends User {
|
|||
*/
|
||||
public function get_type() {
|
||||
if ( is_single_user() ) {
|
||||
return 'Person';
|
||||
return 'Application';
|
||||
} else {
|
||||
return 'Group';
|
||||
return 'Application';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ class User extends Actor {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $type = 'Person';
|
||||
protected $type = 'Group';
|
||||
|
||||
/**
|
||||
* If the User is discoverable.
|
||||
|
|
Loading…
Reference in a new issue