From e5e07cc33a102c3dcc35570441b0ec5ccc7f5fea Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 18 Jun 2026 13:27:56 +0100 Subject: [PATCH] Reject event --- src/inbox_receive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inbox_receive.py b/src/inbox_receive.py index 43e5edbb8..d655e4dbd 100644 --- a/src/inbox_receive.py +++ b/src/inbox_receive.py @@ -1215,7 +1215,7 @@ def receive_feature_request(session, sender_url, '', http_prefix, message_json) if debug: pprint(reject_json) - print('DEBUG: sending FeatureRequest Reject from ' + + print('REJECT: sending FeatureRequest Reject from ' + actor_nickname + '@' + actor_domain_full + ' to ' + sender_nickname + '@' + sender_domain_full)