Standardize text of display name

merge-requests/30/head
Bob Mottram 2024-02-02 13:13:24 +00:00
parent ec8d608f13
commit 45be44ecd8
1 changed files with 1 additions and 0 deletions

View File

@ -968,6 +968,7 @@ def html_profile(signing_priv_key_pem: str,
if not domain:
return ""
display_name = remove_html(profile_json['name'])
display_name = standardize_text(display_name)
display_name = \
add_emoji_to_display_name(session, base_dir, http_prefix,
nickname, domain,