Notification is now sent as separated thread
This commit is contained in:
parent
017dff0630
commit
3d055d7168
|
@ -322,8 +322,8 @@ public class SocialNotificationModerationThread extends ModerationThread {
|
|||
}
|
||||
}
|
||||
};
|
||||
thread.run();
|
||||
// thread.start();
|
||||
// thread.run();
|
||||
thread.start();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue