mirror of https://gitlab.com/bashrc2/epicyon
Indicate when sending posts from notification client
parent
33afa7ba33
commit
4617fbd36e
|
@ -184,6 +184,8 @@ def _notificationReplyToPost(session, postId: str,
|
||||||
isArticle = False
|
isArticle = False
|
||||||
subject = None
|
subject = None
|
||||||
commentsEnabled = True
|
commentsEnabled = True
|
||||||
|
sayStr = 'Sending reply'
|
||||||
|
_sayCommand(sayStr, screenreader, systemLanguage, espeak)
|
||||||
if sendPostViaServer(__version__,
|
if sendPostViaServer(__version__,
|
||||||
baseDir, session, nickname, password,
|
baseDir, session, nickname, password,
|
||||||
domain, port,
|
domain, port,
|
||||||
|
@ -241,6 +243,8 @@ def _notificationNewPost(session,
|
||||||
subject = None
|
subject = None
|
||||||
commentsEnabled = True
|
commentsEnabled = True
|
||||||
subject = None
|
subject = None
|
||||||
|
sayStr = 'Sending'
|
||||||
|
_sayCommand(sayStr, screenreader, systemLanguage, espeak)
|
||||||
if sendPostViaServer(__version__,
|
if sendPostViaServer(__version__,
|
||||||
baseDir, session, nickname, password,
|
baseDir, session, nickname, password,
|
||||||
domain, port,
|
domain, port,
|
||||||
|
|
Loading…
Reference in New Issue