Fix call deletion sync message sending.
This commit is contained in:
parent
b866d57814
commit
38bddec4ba
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue