mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-01 04:17:55 +01:00
Method onSecretKeyGossip
doe snot have to be in the public interface
This commit is contained in:
parent
ede784684f
commit
853c0a25bf
@ -168,8 +168,6 @@ interface KeysBackupService {
|
||||
password: String,
|
||||
callback: MatrixCallback<Unit>)
|
||||
|
||||
fun onSecretKeyGossip(secret: String)
|
||||
|
||||
/**
|
||||
* Restore a backup with a recovery key from a given backup version stored on the homeserver.
|
||||
*
|
||||
|
@ -622,7 +622,7 @@ internal class DefaultKeysBackupService @Inject constructor(
|
||||
}
|
||||
}
|
||||
|
||||
override fun onSecretKeyGossip(secret: String) {
|
||||
fun onSecretKeyGossip(secret: String) {
|
||||
Timber.i("## CrossSigning - onSecretKeyGossip")
|
||||
|
||||
cryptoCoroutineScope.launch(coroutineDispatchers.io) {
|
||||
|
Loading…
Reference in New Issue
Block a user