mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-24 10:23:28 +00:00
Delete notifications related with a post when deleting it
This commit is contained in:
@ -349,8 +349,6 @@ export class PostsController {
|
||||
|
||||
await PostsHelper.Delete(postID);
|
||||
|
||||
// TODO : delete all the notifications related with the post
|
||||
|
||||
h.success();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user