From 06a59264dfca5c535b40d144c2460d9cdaa2a0b6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jun 2022 10:28:34 +0100 Subject: [PATCH 1/2] Additional reply indicators --- utils.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/utils.py b/utils.py index b741cb520..98f0136e2 100644 --- a/utils.py +++ b/utils.py @@ -3696,7 +3696,9 @@ def disallow_announce(content: str) -> bool: ':boosts_no:', 'dont_repeat', 'dont_announce', - 'dont_boost' + 'dont_boost', + 'do not boost', + "don't boost" ) for diss in disallow_strings: if diss in content: @@ -3714,7 +3716,9 @@ def disallow_reply(content: str) -> bool: ':no_reply:', ':no_replies:', ':replies_no:', - 'dont_at_me' + 'dont_at_me', + 'do not reply', + "don't reply" ) for diss in disallow_strings: if diss in content: From fb3f1c1f9c83de438150ac1d90bfd4df1ca7a2df Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jun 2022 13:58:06 +0100 Subject: [PATCH 2/2] Search makes more sense than Publish --- webapp_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_search.py b/webapp_search.py index 049845dfb..8ae7da34b 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -364,7 +364,7 @@ def html_search_emoji_text_entry(translate: {}, emoji_str += '
\n' emoji_str += \ ' \n' + translate['Search'] + '\n' emoji_str += ' \n' emoji_str += ' \n' emoji_str += ' \n' @@ -434,7 +434,7 @@ def html_search(translate: {}, base_dir: str, path: str, domain: str, submit_key = access_keys['submitButton'] follow_str += ' \n' + translate['Search'] + '\n' follow_str += ' \n' cached_hashtag_swarm_filename = \