Showing the remote subscribe button on the user groups page
This commit is contained in:
parent
2ce9ae004d
commit
3c55edde39
@ -729,6 +729,13 @@ class OStatusPlugin extends Plugin
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onStartShowUserGroupsContent($action)
|
||||||
|
{
|
||||||
|
$this->showEntityRemoteSubscribe($action);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
function onEndShowSubscriptionsMiniList($action)
|
function onEndShowSubscriptionsMiniList($action)
|
||||||
{
|
{
|
||||||
$this->showEntityRemoteSubscribe($action);
|
$this->showEntityRemoteSubscribe($action);
|
||||||
|
Loading…
Reference in New Issue
Block a user