forked from GNUsocial/gnu-social
Form for posting a group message on group inbox
This commit is contained in:
@@ -110,6 +110,12 @@ class GroupinboxAction extends GroupDesignAction
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showNoticeForm()
|
||||
{
|
||||
$form = new GroupMessageForm($this, $this->group);
|
||||
$form->show();
|
||||
}
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$gml = new GroupMessageList($this, $this->gm);
|
||||
|
Reference in New Issue
Block a user