mirror of https://gitlab.com/bashrc2/epicyon
Indicate blocked instance on person options
parent
3b632976af
commit
7c29ec3f98
|
@ -304,6 +304,11 @@ def html_person_options(default_timeline: str,
|
||||||
options_str += \
|
options_str += \
|
||||||
' <p class="optionsText"><b>' + \
|
' <p class="optionsText"><b>' + \
|
||||||
translate['FollowAccountWarning'] + '</b></p>\n'
|
translate['FollowAccountWarning'] + '</b></p>\n'
|
||||||
|
elif text_in_file('://' + options_domain + '\n',
|
||||||
|
send_block_filename, False):
|
||||||
|
options_str += \
|
||||||
|
' <p class="optionsText"><b>' + \
|
||||||
|
translate['FollowWarning'] + '</b></p>\n'
|
||||||
|
|
||||||
if follows_you and authorized:
|
if follows_you and authorized:
|
||||||
options_str += \
|
options_str += \
|
||||||
|
|
Loading…
Reference in New Issue