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

Remove a TODO

This commit is contained in:
Pierre HUBERT 2020-03-28 14:51:27 +01:00
parent 34a819adf1
commit 6b682406aa

View File

@ -428,7 +428,8 @@ export class GroupsController {
// Delete the membership // Delete the membership
await GroupsHelper.DeleteMember(groupID, userID); await GroupsHelper.DeleteMember(groupID, userID);
// TODO : delete any group membership notifications // Delete any group membership notifications
await NotificationsHelper.DeleteNotificationsGroupsMembership(userID, groupID);
h.success("Membership of the user has been successfully deleted!"); h.success("Membership of the user has been successfully deleted!");
} }