Package-level declarations
Types
Link copied to clipboard
interface MLSPublicKeysSyncWorker
Worker that periodically syncs MLS public keys. It will wait until the interval passes and incremental sync is live and then fetch MLS public keys.
Link copied to clipboard
internal class MLSPublicKeysSyncWorkerImpl(incrementalSyncRepository: IncrementalSyncRepository, mlsPublicKeysRepository: MLSPublicKeysRepository, minIntervalBetweenRefills: <Error class: unknown class> = MIN_INTERVAL_BETWEEN_REFILLS, lastFetchInstantFlow: <Error class: unknown class><<Error class: unknown class>> = MutableStateFlow(Instant.DISTANT_PAST), kaliumLogger: <Error class: unknown class>) : MLSPublicKeysSyncWorker