1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00

Remove a TODO

This commit is contained in:
Pierre HUBERT 2020-03-28 14:34:20 +01:00
parent a089e2b8e0
commit 0d787f9300

View File

@ -336,7 +336,8 @@ export class PostsController {
await PostsHelper.SetContent(postID, content); await PostsHelper.SetContent(postID, content);
// TODO : delete notifications targetting current user about the post // Delete notifications targetting current user about the post
await NotificationsHelper.DeleteAllPostsNotificationsTargetingUser(h.getUserId(), postID);
h.success(); h.success();
} }