merge-requests/30/head
Bob Mottram 2023-06-25 13:50:41 +01:00
parent 58b5b201f6
commit 2d8e7dfc67
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ def _deny_non_follower(base_dir: str, nickname: str, domain: str,
sending_actor: str):
"""Returns true if replying to an account which is not a follower.
This only applies if 'Only replies from followers' is selected on
the edit profile secreen
the edit profile screen
"""
# Is this a reply to something written from this account?
if reply_nickname != nickname or reply_domain != domain: