Add Receive support for the new CallLogEvent proto messages.

This commit is contained in:
Alex Hart
2023-07-19 12:02:53 -03:00
committed by Nicholas
parent 461875b0e4
commit a8349671d0
8 changed files with 260 additions and 20 deletions

View File

@@ -137,7 +137,6 @@ class SignalCallLinkManager(
credentials: CallLinkCredentials
): Single<ReadCallLinkResult> {
return Single.create { emitter ->
callManager.readCallLink(
SignalStore.internalValues().groupCallingServer(),
requestCallLinkAuthCredentialPresentation(credentials.linkKeyBytes).serialize(),