mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-19 08:05:16 +00:00
Remove a TODO
This commit is contained in:
@ -336,7 +336,8 @@ export class PostsController {
|
||||
|
||||
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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user