From b1c689aa975ba769ce44bd5b51bf221facef721c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 12:04:16 +0000 Subject: [PATCH] Tidying --- notifications_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notifications_client.py b/notifications_client.py index 8e2bfd0c5..177db5a16 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -888,11 +888,10 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, nameStr, gender) # store incoming post + speakerJson['decrypted'] = False if encryptedMessage or speakerJson.get('direct'): - speakerJson['decrypted'] = False _storeMessage(speakerJson, 'dm') else: - speakerJson['decrypted'] = False if storeInboxPosts: _storeMessage(speakerJson, 'inbox')