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