Can respond to group invitation from sidebar

This commit is contained in:
2021-03-15 16:43:40 +01:00
parent d61d8d977c
commit d0812e2d85
3 changed files with 40 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* @author Pierre HUBERT
*/
ComunicWeb.components.groups.interface = {
const GroupsInterface = {
/**
* Create a group
@ -373,4 +373,6 @@ ComunicWeb.components.groups.interface = {
};
ComunicWeb.common.api.makeAPIrequest(apiURI, params, true, callback);
}
};
};
ComunicWeb.components.groups.interface = GroupsInterface;