mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-21 05:15:17 +00:00
Can respond to group invitation from sidebar
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user