mirror of https://gitlab.com/bashrc2/epicyon
Emoji size
parent
37aafd7a12
commit
da4fc49a41
|
@ -705,7 +705,7 @@ def html_profile(signing_priv_key_pem: str,
|
||||||
display_name = \
|
display_name = \
|
||||||
add_emoji_to_display_name(session, base_dir, http_prefix,
|
add_emoji_to_display_name(session, base_dir, http_prefix,
|
||||||
nickname, domain,
|
nickname, domain,
|
||||||
display_name, True, translate)
|
display_name, False, translate)
|
||||||
domain_full = get_full_domain(domain, port)
|
domain_full = get_full_domain(domain, port)
|
||||||
profile_description = profile_json['summary']
|
profile_description = profile_json['summary']
|
||||||
profile_description = \
|
profile_description = \
|
||||||
|
|
Loading…
Reference in New Issue