1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Remove a TODO

This commit is contained in:
Pierre HUBERT 2020-03-28 15:02:33 +01:00
parent b6312690cf
commit 2752b2acf8

View File

@ -527,7 +527,8 @@ export class GroupsController {
// Cancel group invitation
await GroupsHelper.DeleteMember(groupID, userID);
// TODO : delete related notifications
// Delete related notifications
await NotificationsHelper.DeleteNotificationsGroupsMembership(userID, groupID);
h.success("Membership invitation has been cancelled!");
}