mirror of https://gitlab.com/bashrc2/epicyon
Invert logic
parent
49f7673481
commit
617a76d260
|
@ -2877,7 +2877,7 @@ def html_edit_profile(server, translate: {},
|
||||||
# only show replies from followers
|
# only show replies from followers
|
||||||
show_replies_followers = False
|
show_replies_followers = False
|
||||||
if os.path.isfile(account_dir + '/.repliesFromFollowersOnly'):
|
if os.path.isfile(account_dir + '/.repliesFromFollowersOnly'):
|
||||||
show_replies_followers = False
|
show_replies_followers = True
|
||||||
|
|
||||||
# Option checkboxes
|
# Option checkboxes
|
||||||
edit_profile_form += \
|
edit_profile_form += \
|
||||||
|
|
Loading…
Reference in New Issue