mirror of https://gitlab.com/bashrc2/epicyon
Move comment
parent
b657380b6f
commit
80f9c72d2f
|
@ -401,12 +401,12 @@ def html_person_options(default_timeline: str,
|
||||||
options_str += other_accounts_html
|
options_str += other_accounts_html
|
||||||
|
|
||||||
if status:
|
if status:
|
||||||
|
# https://codeberg.org/fediverse/fep/src/branch/main/
|
||||||
|
# fep/82f6/fep-82f6.md
|
||||||
if len(status) < 100:
|
if len(status) < 100:
|
||||||
status = standardize_text(status)
|
status = standardize_text(status)
|
||||||
if is_filtered(base_dir, nickname, domain, status,
|
if is_filtered(base_dir, nickname, domain, status,
|
||||||
system_language):
|
system_language):
|
||||||
# https://codeberg.org/fediverse/fep/src/branch/main/
|
|
||||||
# fep/82f6/fep-82f6.md
|
|
||||||
options_str += \
|
options_str += \
|
||||||
' <p class="imText">' + remove_html(status) + '</p>\n'
|
' <p class="imText">' + remove_html(status) + '</p>\n'
|
||||||
if pronouns:
|
if pronouns:
|
||||||
|
|
Loading…
Reference in New Issue