From 6fca7fb234ed60b5935c54858c736cbab30e5bd7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 17:21:12 +0000 Subject: [PATCH] Direct message box --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index a4a53ffc7..1314f1d5a 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -915,7 +915,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, newRepliesExist = True _storeMessage(speakerJson, 'replies') if speakerJson.get('direct'): - _storeMessage(speakerJson, 'replies') + _storeMessage(speakerJson, 'dm') if storeInboxPosts: _storeMessage(speakerJson, 'inbox')