mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Remove a TODO
This commit is contained in:
@ -527,7 +527,8 @@ export class GroupsController {
|
||||
// Cancel group invitation
|
||||
await GroupsHelper.DeleteMember(groupID, userID);
|
||||
|
||||
// TODO : delete related notifications
|
||||
// Delete related notifications
|
||||
await NotificationsHelper.DeleteNotificationsGroupsMembership(userID, groupID);
|
||||
|
||||
h.success("Membership invitation has been cancelled!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user