忽略朋友圈消息

This commit is contained in:
heavyrian2012
2023-01-18 17:45:43 +08:00
parent 387fb53cc0
commit e0637786f7

View File

@@ -52,6 +52,11 @@ public class AndroidPushServiceImpl implements AndroidPushService {
LOG.info("canceled");
return "Canceled";
}
if(pushMessage.line == 2) {
LOG.info("ignore moments messages");
return "Canceled";
}
final long start = System.currentTimeMillis();
executorService.execute(()->{
long now = System.currentTimeMillis();