Account Diagnostics
data class AccountDiagnostics(val schemaVersion: Long, val revision: Long, val activeRelayUrl: String?, val relayCount: UInt, val unfinishedDeliveryCount: UInt, val recoverableMediaCount: UInt, val storedEventCount: UInt, val quarantineCount: UInt, val databaseBytes: ULong)
Redacted bounded account health suitable for logs and support UI.
Constructors
Properties
Link copied to clipboard
Canonical active relay, or null before configuration.
Link copied to clipboard
Main SQLite allocation, excluding WAL and SHM sidecars.
Link copied to clipboard
Inputs rejected from authenticated projections.
Link copied to clipboard
Media operations that may still need platform work.
Link copied to clipboard
Number of retained relay candidates.
Link copied to clipboard
Rust-owned SQLite schema version.
Link copied to clipboard
Authenticated durable outer events.
Link copied to clipboard
Delivery intents that may still need transport work.