Indicate when sending posts from notification client

main
Bob Mottram 2021-03-10 20:35:05 +00:00
parent 33afa7ba33
commit 4617fbd36e
1 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,8 @@ def _notificationReplyToPost(session, postId: str,
isArticle = False
subject = None
commentsEnabled = True
sayStr = 'Sending reply'
_sayCommand(sayStr, screenreader, systemLanguage, espeak)
if sendPostViaServer(__version__,
baseDir, session, nickname, password,
domain, port,
@ -241,6 +243,8 @@ def _notificationNewPost(session,
subject = None
commentsEnabled = True
subject = None
sayStr = 'Sending'
_sayCommand(sayStr, screenreader, systemLanguage, espeak)
if sendPostViaServer(__version__,
baseDir, session, nickname, password,
domain, port,