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: 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 = \