mirror of https://gitlab.com/bashrc2/epicyon
Reset changed status
parent
cd5c1c35e1
commit
e1673cfb82
|
@ -197,6 +197,8 @@ def _newDesktopNotifications(actor: str, inboxJson: {},
|
||||||
return
|
return
|
||||||
newDM = False
|
newDM = False
|
||||||
newReply = False
|
newReply = False
|
||||||
|
notifyJson['dmNotifyChanged'] = False
|
||||||
|
notifyJson['repliesNotifyChanged'] = False
|
||||||
for postJsonObject in inboxJson['orderedItems']:
|
for postJsonObject in inboxJson['orderedItems']:
|
||||||
if not postJsonObject.get('id'):
|
if not postJsonObject.get('id'):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue