Notification is now sent as separated thread

This commit is contained in:
luca.frosini 2023-09-11 11:03:08 +02:00
parent 017dff0630
commit 3d055d7168
1 changed files with 2 additions and 2 deletions

View File

@ -322,8 +322,8 @@ public class SocialNotificationModerationThread extends ModerationThread {
}
}
};
thread.run();
// thread.start();
// thread.run();
thread.start();
}
@Override