Invert logic

merge-requests/30/head
Bob Mottram 2023-06-20 11:48:44 +01:00
parent 49f7673481
commit 617a76d260
1 changed files with 1 additions and 1 deletions

View File

@ -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 += \