From 31f191cc2ce90ea95089384b0f7128db835f0979 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 13 Mar 2021 18:07:41 +0000 Subject: [PATCH] Don't store every message --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 87e1cd742..2e9712a86 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -726,7 +726,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, _storeMessage(speakerJson, 'dm') else: speakerJson['decrypted'] = False - _storeMessage(speakerJson, 'inbox') + # _storeMessage(speakerJson, 'inbox') print('')