From 763d7c741067c88831fec116d2a82541be8e34fc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 May 2025 20:46:23 +0100 Subject: [PATCH] Debug --- inbox.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/inbox.py b/inbox.py index 590bec2ca..f4004cf2a 100644 --- a/inbox.py +++ b/inbox.py @@ -1858,15 +1858,15 @@ def _inbox_after_initial(server, inbox_start_time, handle_name = handle.split('@')[0] - if receive_actor_status(base_dir, person_cache, message_json, - debug): - if debug: - print('DEBUG: ActorStatus from ' + actor) - fitness_performance(inbox_start_time, server.fitness, - 'INBOX', '_receive_actor_status', - debug) - inbox_start_time = time.time() - return False + #if receive_actor_status(base_dir, person_cache, message_json, + # debug): + # if debug: + # print('DEBUG: ActorStatus from ' + actor) + # fitness_performance(inbox_start_time, server.fitness, + # 'INBOX', '_receive_actor_status', + # debug) + # inbox_start_time = time.time() + # return False if receive_like(recent_posts_cache, session, handle,