mirror of https://gitlab.com/bashrc2/epicyon
Don't store every message
parent
09c2dbddaf
commit
31f191cc2c
|
@ -726,7 +726,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
_storeMessage(speakerJson, 'dm')
|
_storeMessage(speakerJson, 'dm')
|
||||||
else:
|
else:
|
||||||
speakerJson['decrypted'] = False
|
speakerJson['decrypted'] = False
|
||||||
_storeMessage(speakerJson, 'inbox')
|
# _storeMessage(speakerJson, 'inbox')
|
||||||
|
|
||||||
print('')
|
print('')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue