Shun Miyazawa 3 lat temu
rodzic
commit
1d4777bc02
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/app/src/server/service/activity.ts

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

@@ -39,6 +39,7 @@ class ActivityService {
         logger.error('Update activity failed', err);
         logger.error('Update activity failed', err);
         return;
         return;
       }
       }
+
       // create inAppNotification
       // create inAppNotification
       const shouldNotification = (AllSupportedActionToNotifiedType as ReadonlyArray<string>).includes(activity.action);
       const shouldNotification = (AllSupportedActionToNotifiedType as ReadonlyArray<string>).includes(activity.action);
       if (shouldNotification) {
       if (shouldNotification) {