pub async fn cleanup_expired_kyber_pre_keys<S: SignalStorageContainer>(
storage: &mut S,
) -> Result<(), Box<dyn Error>>Expand description
Deletes Kyber pre-keys older than the grace period
ยงArguments
storage- Signal Protocol storage container