Fix call deletion sync message sending.

This commit is contained in:
Alex Hart 2023-08-09 11:32:24 -03:00
parent b866d57814
commit 38bddec4ba

View file

@ -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)
)
}
)