Reset changed status

main
Bob Mottram 2021-03-22 13:50:49 +00:00
parent cd5c1c35e1
commit e1673cfb82
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ def _newDesktopNotifications(actor: str, inboxJson: {},
return
newDM = False
newReply = False
notifyJson['dmNotifyChanged'] = False
notifyJson['repliesNotifyChanged'] = False
for postJsonObject in inboxJson['orderedItems']:
if not postJsonObject.get('id'):
continue