feat(federation): expose needsAttentionReason on peer API
This commit is contained in:
@@ -1188,6 +1188,7 @@ export interface FederationPeer {
|
||||
secretRotatedAt: number | null;
|
||||
rotationInProgress: boolean;
|
||||
createdAt: number;
|
||||
needsAttentionReason: 'auth_failures' | 'peer_reset_detected' | null;
|
||||
}
|
||||
|
||||
// ─── Outbound peering gate ──────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user