mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix call deletion sync message sending.
This commit is contained in:
@@ -54,7 +54,7 @@ class CallSyncEventJob private constructor(
|
||||
recipientId = it.peer.toLong(),
|
||||
callId = it.callId,
|
||||
direction = CallTable.Direction.serialize(it.direction),
|
||||
event = CallTable.Event.serialize(it.event)
|
||||
event = CallTable.Event.serialize(CallTable.Event.DELETE)
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user