From 4617fbd36e71e18902654809c89505d4189dab89 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 20:35:05 +0000 Subject: [PATCH 1/2] Indicate when sending posts from notification client --- notifications_client.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notifications_client.py b/notifications_client.py index a967443cd..a8c5ed03f 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -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, From 4e72aaad53ddecab67980c71d568cf98cf5a0d2e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 20:39:20 +0000 Subject: [PATCH 2/2] Comment out tags --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 81d2c4345..e6937f5f1 100644 --- a/posts.py +++ b/posts.py @@ -958,7 +958,7 @@ def _createPostBase(baseDir: str, nickname: str, domain: str, port: int, tags.append(tag) if isPublic: _updateHashtagsIndex(baseDir, tag, newPostId) - print('Content tags: ' + str(tags)) + # print('Content tags: ' + str(tags)) if inReplyTo and not sensitive: # locate the post which this is a reply to and check if