2
0
Shun Miyazawa 3 жил өмнө
parent
commit
1bb0a2de7b

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

@@ -64,7 +64,7 @@ class ActivityService {
     const auditLogExcludeActions = this.crowi.configManager.getConfig('crowi', 'app:auditLogExcludeActions');
 
     if (!auditLogEnabled) {
-      return AllSupportedActionToNotified;
+      return AllEssentialActions;
     }
 
     const availableActionsSet = new Set<SupportedActionType>();