mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add update send job for call link when joining by url.
This commit is contained in:
committed by
Greyson Parrelli
parent
c4fc32988c
commit
6b66e4666b
@@ -1421,7 +1421,7 @@ object SyncMessageProcessor {
|
||||
}
|
||||
|
||||
val recipient = resolveCallLinkRecipient(callEvent)
|
||||
SignalDatabase.calls.insertOrUpdateAdHocCallFromObserveEvent(
|
||||
SignalDatabase.calls.insertOrUpdateAdHocCallFromRemoteObserveEvent(
|
||||
callRecipient = recipient,
|
||||
timestamp = callEvent.timestamp!!,
|
||||
callId = callId
|
||||
|
||||
Reference in New Issue
Block a user