From 3d055d71685c916add8ef21d359dc0b75c6fd989 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Mon, 11 Sep 2023 11:03:08 +0200 Subject: [PATCH] Notification is now sent as separated thread --- .../notifications/SocialNotificationModerationThread.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e25feb8..a3fdce9 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 @@ -322,8 +322,8 @@ public class SocialNotificationModerationThread extends ModerationThread { } } }; - thread.run(); - // thread.start(); + // thread.run(); + thread.start(); } @Override