Need to start core in the core initialization in order to instanciate the PushRegistry and be able to process the voip push

This commit is contained in:
QuentinArguillere 2024-06-10 15:00:44 +02:00
parent e0374d458d
commit eca85b80ad

View file

@ -284,6 +284,7 @@ final class CoreContext: ObservableObject {
.sink { _ in
self.mCore.iterate()
}
try? self.mCore.start()
}
}