1
0
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:
2020-03-28 14:08:47 +01:00
parent f569e9163d
commit bef85d2d91
3 changed files with 16 additions and 2 deletions

View File

@ -349,8 +349,6 @@ export class PostsController {
await PostsHelper.Delete(postID);
// TODO : delete all the notifications related with the post
h.success();
}