mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-19 08:05:16 +00:00
Remove a TODO
This commit is contained in:
@ -428,7 +428,8 @@ export class GroupsController {
|
||||
// Delete the membership
|
||||
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!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user