|
@@ -125,7 +125,8 @@ class NotificationView(View):
|
|
now_time = int(time.time())
|
|
now_time = int(time.time())
|
|
if not nickname:
|
|
if not nickname:
|
|
nickname = uid
|
|
nickname = uid
|
|
- if detect_group:
|
|
|
|
|
|
+
|
|
|
|
+ if detect_group is not None:
|
|
if have_dkey:
|
|
if have_dkey:
|
|
detect_med_type = 1 # 1为存库不推送
|
|
detect_med_type = 1 # 1为存库不推送
|
|
else:
|
|
else:
|