feat: Show active transaction handle count in !admin federation incoming-federation

This commit is contained in:
nexy7574
2026-02-21 16:39:47 +00:00
committed by timedout
parent 9016cd11a6
commit 4657844d46
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -158,6 +158,8 @@ async fn process_inbound_transaction(
// value, returning an empty response may lie to the remote and make them
// think we processed it properly (and lose events), but we also can't return
// an actual error.
drop(sender);
services.transaction_ids.finish_federation_txn(&txn_key);
panic!("failed to handle incoming transaction");
};