mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
b4c220613e
commit
f6ee269d5a
2
inbox.py
2
inbox.py
|
@ -664,7 +664,7 @@ def _deny_non_follower(base_dir: str, nickname: str, domain: str,
|
||||||
if not is_follower_of_person(base_dir, nickname, domain,
|
if not is_follower_of_person(base_dir, nickname, domain,
|
||||||
follower_nickname, follower_domain):
|
follower_nickname, follower_domain):
|
||||||
return True
|
return True
|
||||||
elif os.path.isfile(account_dir + '/.repliesFromMutualsOnly'):
|
if os.path.isfile(account_dir + '/.repliesFromMutualsOnly'):
|
||||||
if not is_following_actor(base_dir, nickname, domain,
|
if not is_following_actor(base_dir, nickname, domain,
|
||||||
sending_actor):
|
sending_actor):
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue