diff --git a/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt b/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt index ca837d9cf8..be9bcdad71 100644 --- a/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt +++ b/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt @@ -15,9 +15,8 @@ import io.element.android.libraries.architecture.NodeInputs /** * Entry point for the recovery-key setup screen. * - * The default (FOSS) implementation builds the standard auto-generated-key setup node. Enterprise - * builds replace this binding to vend a richer setup node (e.g. a homeserver-advertised custom - * recovery passphrase) while falling back to the standard node when no custom spec applies. + * The default implementation builds the standard auto-generated-key setup node. The binding can be + * replaced to provide an alternative setup node. */ interface SecureBackupSetupEntryPoint : FeatureEntryPoint { data class Inputs(val isChangeRecoveryKeyUserStory: Boolean) : NodeInputs