mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
8e29052573
commit
b1c689aa97
|
@ -888,11 +888,10 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
nameStr, gender)
|
nameStr, gender)
|
||||||
|
|
||||||
# store incoming post
|
# store incoming post
|
||||||
if encryptedMessage or speakerJson.get('direct'):
|
|
||||||
speakerJson['decrypted'] = False
|
speakerJson['decrypted'] = False
|
||||||
|
if encryptedMessage or speakerJson.get('direct'):
|
||||||
_storeMessage(speakerJson, 'dm')
|
_storeMessage(speakerJson, 'dm')
|
||||||
else:
|
else:
|
||||||
speakerJson['decrypted'] = False
|
|
||||||
if storeInboxPosts:
|
if storeInboxPosts:
|
||||||
_storeMessage(speakerJson, 'inbox')
|
_storeMessage(speakerJson, 'inbox')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue