mirror of https://gitlab.com/bashrc2/epicyon
Only show follows status if authorized
parent
95eed2183a
commit
b8aa529adc
|
@ -151,7 +151,7 @@ def html_person_options(default_timeline: str,
|
||||||
options_str += \
|
options_str += \
|
||||||
' <p class="optionsText">' + translate['Options for'] + \
|
' <p class="optionsText">' + translate['Options for'] + \
|
||||||
' @' + handle_shown + '</p>\n'
|
' @' + handle_shown + '</p>\n'
|
||||||
if follows_you:
|
if follows_you and authorized:
|
||||||
options_str += \
|
options_str += \
|
||||||
' <p class="optionsText">' + translate['Follows you'] + '</p>\n'
|
' <p class="optionsText">' + translate['Follows you'] + '</p>\n'
|
||||||
if moved_to:
|
if moved_to:
|
||||||
|
|
Loading…
Reference in New Issue