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