Add key transparency backend support.

This commit is contained in:
Michelle Tang
2026-01-30 13:17:26 -05:00
committed by Greyson Parrelli
parent 26739491a5
commit 423b8c942c
18 changed files with 355 additions and 9 deletions

View File

@@ -310,4 +310,8 @@ class MockApplicationDependencyProvider : AppDependencies.Provider {
override fun provideSvrBApi(libSignalNetwork: Network): SvrBApi {
return mockk(relaxed = true)
}
override fun provideKeyTransparencyApi(unauthWebSocket: SignalWebSocket.UnauthenticatedWebSocket): KeyTransparencyApi {
return mockk(relaxed = true)
}
}