mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-25 06:49:23 +00:00
Remove a notification
This commit is contained in:
parent
2752b2acf8
commit
d443551405
@ -547,7 +547,8 @@ export class GroupsController {
|
|||||||
// Delete mebmership
|
// Delete mebmership
|
||||||
await GroupsHelper.DeleteMember(groupID, h.getUserId());
|
await GroupsHelper.DeleteMember(groupID, h.getUserId());
|
||||||
|
|
||||||
// TODO : delete group membership notifications
|
// Delete group membership notifications
|
||||||
|
await NotificationsHelper.DeleteNotificationsGroupsMembership(h.getUserId(), groupID);
|
||||||
|
|
||||||
h.success("Your membership has been successfully deleted!");
|
h.success("Your membership has been successfully deleted!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user