mirror of https://gitlab.com/bashrc2/epicyon
More profiling
parent
9733f6f9de
commit
d4bde42c90
5
inbox.py
5
inbox.py
|
@ -3921,13 +3921,16 @@ def _inbox_after_initial(server, inbox_start_time,
|
||||||
onion_domain, i2p_domain):
|
onion_domain, i2p_domain):
|
||||||
if debug:
|
if debug:
|
||||||
print('Invalid DM ' + str(post_json_object))
|
print('Invalid DM ' + str(post_json_object))
|
||||||
|
return False
|
||||||
fitness_performance(inbox_start_time, server.fitness,
|
fitness_performance(inbox_start_time, server.fitness,
|
||||||
'INBOX', '_is_valid_dm',
|
'INBOX', '_is_valid_dm',
|
||||||
debug)
|
debug)
|
||||||
return False
|
|
||||||
|
|
||||||
# get the actor being replied to
|
# get the actor being replied to
|
||||||
actor = local_actor_url(http_prefix, nickname, domain_full)
|
actor = local_actor_url(http_prefix, nickname, domain_full)
|
||||||
|
fitness_performance(inbox_start_time, server.fitness,
|
||||||
|
'INBOX', 'local_actor_url',
|
||||||
|
debug)
|
||||||
|
|
||||||
# create a reply notification file if needed
|
# create a reply notification file if needed
|
||||||
is_reply_to_muted_post = \
|
is_reply_to_muted_post = \
|
||||||
|
|
Loading…
Reference in New Issue