Added group subscription button to groups mini list
This commit is contained in:
parent
15574c59de
commit
c8bdf3cacb
|
@ -738,6 +738,13 @@ class OStatusPlugin extends Plugin
|
|||
return true;
|
||||
}
|
||||
|
||||
function onEndShowGroupsMiniList($action)
|
||||
{
|
||||
$this->showEntityRemoteSubscribe($action);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function showEntityRemoteSubscribe($action)
|
||||
{
|
||||
$user = common_current_user();
|
||||
|
|
Loading…
Reference in New Issue
Block a user