Missed some code

pull/981/head
Morgan Pretty 11 months ago
parent 27a3dff06b
commit a49a27207d

@ -378,6 +378,11 @@ public final class NotificationServiceExtension: UNNotificationServiceExtension
} }
} }
} }
db.afterNextTransaction(
onCommit: { _ in reportCall() },
onRollback: { _ in reportCall() }
)
} }
else { else {
self.handleFailureForVoIP(db, for: callMessage) self.handleFailureForVoIP(db, for: callMessage)

Loading…
Cancel
Save