From e1673cfb82b5271d44e939bf5395f1f95736e287 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 22 Mar 2021 13:50:49 +0000 Subject: [PATCH] Reset changed status --- desktop_client.py | 2 ++ 1 file changed, 2 insertions(+) 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