mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-25 06:49:23 +00:00
Remove a TODO
This commit is contained in:
parent
34a819adf1
commit
6b682406aa
@ -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!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user