Showing the remote subscribe button on the user groups page

This commit is contained in:
Sarven Capadisli 2010-03-03 15:30:43 -05:00
parent 2ce9ae004d
commit 3c55edde39
1 changed files with 7 additions and 0 deletions

View File

@ -729,6 +729,13 @@ class OStatusPlugin extends Plugin
return true;
}
function onStartShowUserGroupsContent($action)
{
$this->showEntityRemoteSubscribe($action);
return true;
}
function onEndShowSubscriptionsMiniList($action)
{
$this->showEntityRemoteSubscribe($action);