compactInbox

suspend fun compactInbox(webId: String, olderThanIso: String? = null)

Deletes Offer/Undo pairs that cancel out and (optionally) items older than olderThanIso. The IPC layer doesn't propagate the delete count back; callers needing it should drive the manager in-process.