mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
8769429944
commit
228bada5ab
2
inbox.py
2
inbox.py
|
@ -2693,7 +2693,7 @@ def _receive_announce(recent_posts_cache: {},
|
||||||
announced_actor_nickname + '@' + announced_actor_domain)
|
announced_actor_nickname + '@' + announced_actor_domain)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# is this post in the outbox of the person?
|
# is this post in the inbox or outbox of the account?
|
||||||
post_filename = locate_post(base_dir, nickname, domain,
|
post_filename = locate_post(base_dir, nickname, domain,
|
||||||
message_json['object'])
|
message_json['object'])
|
||||||
if not post_filename:
|
if not post_filename:
|
||||||
|
|
Loading…
Reference in New Issue