Direct message box

merge-requests/21/head
Bob Mottram 2021-03-16 17:21:12 +00:00
parent 684636128c
commit 6fca7fb234
1 changed files with 1 additions and 1 deletions

View File

@ -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')