diff --git a/webapp_person_options.py b/webapp_person_options.py index 90867b033..9c2797b55 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -151,7 +151,7 @@ def html_person_options(default_timeline: str, options_str += \ '

' + translate['Options for'] + \ ' @' + handle_shown + '

\n' - if follows_you: + if follows_you and authorized: options_str += \ '

' + translate['Follows you'] + '

\n' if moved_to: