Don't store every message

merge-requests/21/head
Bob Mottram 2021-03-13 18:07:41 +00:00
parent 09c2dbddaf
commit 31f191cc2c
1 changed files with 1 additions and 1 deletions

View File

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