mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Remove a notification
This commit is contained in:
@ -547,7 +547,8 @@ export class GroupsController {
|
||||
// Delete mebmership
|
||||
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!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user