Bladeren bron

added a todo comment

kaori 4 jaren geleden
bovenliggende
commit
38b763a18a
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      packages/app/src/server/service/in-app-notification.ts

+ 1 - 0
packages/app/src/server/service/in-app-notification.ts

@@ -55,6 +55,7 @@ class InAppNotificationService {
       this.commentEvent.onRemove();
 
       try {
+        // TODO: Able to remove child activities of comment by GW-7510
         await Activity.removeByPageCommentDelete(comment);
       }
       catch (err) {