updated plugin ActivityPub
version 1.3.0
This commit is contained in:
@ -58,10 +58,6 @@ class Application_User extends Blog_User {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function get_featured_tags() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function get_featured() {
|
||||
return null;
|
||||
}
|
||||
@ -69,4 +65,8 @@ class Application_User extends Blog_User {
|
||||
public function get_moderators() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function get_indexable() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user