mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-19 21:58:48 +00:00
Remove a TODO
This commit is contained in:
@@ -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!");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user