From 80f9c72d2fed50eb7898a2d67c468781142203d0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 May 2025 17:39:03 +0100 Subject: [PATCH] Move comment --- webapp_person_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_person_options.py b/webapp_person_options.py index 90190d26e..260787892 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -401,12 +401,12 @@ def html_person_options(default_timeline: str, options_str += other_accounts_html if status: + # https://codeberg.org/fediverse/fep/src/branch/main/ + # fep/82f6/fep-82f6.md if len(status) < 100: status = standardize_text(status) if is_filtered(base_dir, nickname, domain, status, system_language): - # https://codeberg.org/fediverse/fep/src/branch/main/ - # fep/82f6/fep-82f6.md options_str += \ '

' + remove_html(status) + '

\n' if pronouns: