diff --git a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java index f682f41..6302df1 100644 --- a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java +++ b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java @@ -33,7 +33,7 @@ public class SocialNotificationModerationThread extends ModerationThread { protected static final boolean notificationSentByGCat; static { - notificationSentByGCat = true; + notificationSentByGCat = false; } public SocialNotificationModerationThread() {