Update to RingRTC v2.23.0

This commit is contained in:
Jim Gustafson 2023-01-09 10:38:57 -08:00 committed by GitHub
parent 235a188291
commit 01eb3b73b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 33 additions and 29 deletions

View file

@ -8,7 +8,7 @@ import {
HangupMessage,
HangupType,
OpaqueMessage,
} from 'ringrtc';
} from '@signalapp/ringrtc';
import { SignalService as Proto } from '../../protobuf';
import { callingMessageToProto } from '../../util/callingMessageToProto';