mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
0ec0152d70
|
|
@ -915,7 +915,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
newRepliesExist = True
|
newRepliesExist = True
|
||||||
_storeMessage(speakerJson, 'replies')
|
_storeMessage(speakerJson, 'replies')
|
||||||
if speakerJson.get('direct'):
|
if speakerJson.get('direct'):
|
||||||
_storeMessage(speakerJson, 'replies')
|
_storeMessage(speakerJson, 'dm')
|
||||||
if storeInboxPosts:
|
if storeInboxPosts:
|
||||||
_storeMessage(speakerJson, 'inbox')
|
_storeMessage(speakerJson, 'inbox')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue