mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Add Receive support for the new CallLogEvent proto messages.
This commit is contained in:
@@ -137,7 +137,6 @@ class SignalCallLinkManager(
|
||||
credentials: CallLinkCredentials
|
||||
): Single<ReadCallLinkResult> {
|
||||
return Single.create { emitter ->
|
||||
|
||||
callManager.readCallLink(
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
requestCallLinkAuthCredentialPresentation(credentials.linkKeyBytes).serialize(),
|
||||
|
||||
Reference in New Issue
Block a user