1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 16:45:16 +00:00

Update TODOs

This commit is contained in:
2020-03-20 18:52:45 +01:00
parent dfd36ac4e5
commit e67fe26652
3 changed files with 3 additions and 2 deletions

View File

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