临时提交
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user