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