diff --git a/webapp_profile.py b/webapp_profile.py index e981ee068..034537fe6 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -2877,7 +2877,7 @@ def html_edit_profile(server, translate: {}, # only show replies from followers show_replies_followers = False if os.path.isfile(account_dir + '/.repliesFromFollowersOnly'): - show_replies_followers = False + show_replies_followers = True # Option checkboxes edit_profile_form += \