1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-09-19 13:48:47 +00:00

Remove a notification

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

View File

@@ -547,7 +547,8 @@ export class GroupsController {
// Delete mebmership
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!");
}