临时提交

This commit is contained in:
648540858
2024-07-10 14:43:22 +08:00
parent bb609b7e09
commit b843958ed7
31 changed files with 361 additions and 302 deletions

View File

@@ -147,6 +147,9 @@ public class StreamPushServiceImpl implements IStreamPushService {
}
}
StreamPush push = getPush(event.getApp(), event.getStream());
if (push == null) {
return;
}
push.setPushIng(false);
if (push.getGbDeviceId() != null) {
if (userSetting.isUsePushingAsStatus()) {