mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29:22 +00:00
Remove a TODO
This commit is contained in:
parent
a089e2b8e0
commit
0d787f9300
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user