1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-25 06:49:23 +00:00

Remove a notification

This commit is contained in:
Pierre HUBERT 2020-03-28 15:08:50 +01:00
parent 2752b2acf8
commit d443551405

View File

@ -547,7 +547,8 @@ export class GroupsController {
// Delete mebmership // Delete mebmership
await GroupsHelper.DeleteMember(groupID, h.getUserId()); await GroupsHelper.DeleteMember(groupID, h.getUserId());
// TODO : delete group membership notifications // Delete group membership notifications
await NotificationsHelper.DeleteNotificationsGroupsMembership(h.getUserId(), groupID);
h.success("Your membership has been successfully deleted!"); h.success("Your membership has been successfully deleted!");
} }