Only show follows status if authorized

merge-requests/30/head
Bob Mottram 2022-03-23 22:43:19 +00:00
parent 95eed2183a
commit b8aa529adc
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def html_person_options(default_timeline: str,
options_str += \
' <p class="optionsText">' + translate['Options for'] + \
' @' + handle_shown + '</p>\n'
if follows_you:
if follows_you and authorized:
options_str += \
' <p class="optionsText">' + translate['Follows you'] + '</p>\n'
if moved_to: