Avoid describing Pro-build specifics in the recovery setup entry point doc
Genericise the SecureBackupSetupEntryPoint KDoc so the public repo no longer spells out the enterprise custom recovery passphrase behaviour. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user