diff --git a/webapp_profile.py b/webapp_profile.py index 5f9bfaccf..b2da860e7 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -230,7 +230,7 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int, display_name = \ add_emoji_to_display_name(session, base_dir, http_prefix, nickname, domain, - display_name, True, translate) + display_name, False, translate) locked_account = get_locked_account(profile_json) if locked_account: @@ -254,7 +254,7 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int, profile_description = \ add_emoji_to_display_name(session, base_dir, http_prefix, nickname, domain, - profile_description, True, translate) + profile_description, False, translate) outbox_url = None if not profile_json.get('outbox'): if debug: