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