From d4bde42c90b4f6f6b1c4c0d84084877eccd04b2f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 23 Apr 2022 20:05:45 +0100 Subject: [PATCH] More profiling --- inbox.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/inbox.py b/inbox.py index ecd355264..9a38a0e73 100644 --- a/inbox.py +++ b/inbox.py @@ -3921,13 +3921,16 @@ def _inbox_after_initial(server, inbox_start_time, onion_domain, i2p_domain): if debug: print('Invalid DM ' + str(post_json_object)) - fitness_performance(inbox_start_time, server.fitness, - 'INBOX', '_is_valid_dm', - debug) return False + fitness_performance(inbox_start_time, server.fitness, + 'INBOX', '_is_valid_dm', + debug) # get the actor being replied to 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 is_reply_to_muted_post = \