mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-19 21:58:48 +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