|
@@ -284,7 +284,8 @@ class NotificationView(View):
|
|
|
alarm='Motion \tChannel:{channel}'.format(channel=channel),
|
|
|
is_st=int_is_st,
|
|
|
receiveTime=n_time,
|
|
|
- addTime=now_time
|
|
|
+ addTime=now_time,
|
|
|
+ storage_location=2
|
|
|
))
|
|
|
if is_sys_msg:
|
|
|
sys_msg_text = self.get_msg_text(channel=channel, n_time=n_time, lang=lang, tz=tz,
|
|
@@ -759,7 +760,8 @@ class PushNotificationView(View):
|
|
|
alarm='Motion \tChannel:{channel}'.format(channel=channel),
|
|
|
is_st=is_st,
|
|
|
receiveTime=n_time,
|
|
|
- addTime=now_time
|
|
|
+ addTime=now_time,
|
|
|
+ storage_location=2
|
|
|
))
|
|
|
if is_sys_msg:
|
|
|
sys_msg_text = self.get_msg_text(channel=channel, n_time=n_time, lang=lang, tz=tz,
|