diff --git a/desktop_client.py b/desktop_client.py index 34973fe29..5f5aa8a9a 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -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