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