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
b6312690cf
commit
2752b2acf8
@ -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!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user