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

Remove a TODO

This commit is contained in:
Pierre HUBERT 2020-03-28 14:45:35 +01:00
parent 620f7c38c4
commit 34a819adf1

View File

@ -392,7 +392,8 @@ export class GroupsController {
// Delete membership of the user
await GroupsHelper.DeleteMember(groupID, h.getUserId());
// TODO : delete any potential notificaton
// Delete any potential notificaton
await NotificationsHelper.DeleteNotificationsGroupsMembership(h.getUserId(), groupID);
h.success("The request has been successfully cancelled!");
}