Restore groupchat and lime specs

This commit is contained in:
QuentinArguillere 2024-04-19 15:34:22 +02:00
parent 20f7d54c01
commit 0730e9b738

View file

@ -135,17 +135,6 @@ final class CoreContext: ObservableObject {
account.params = newParams
}
// Remove specs for 6.0 first version
Log.info("Removing spec 'conference' from core for this version")
self.mCore.removeLinphoneSpec(spec: "conference")
Log.info("Removing spec 'ephemeral' from core for this version")
self.mCore.removeLinphoneSpec(spec: "ephemeral")
/*
Log.info("Removing spec 'groupchat' from core for this version")
self.mCore.removeLinphoneSpec(spec: "groupchat")
Log.info("Removing spec 'lime' from core for this version")
self.mCore.removeLinphoneSpec(spec: "lime")
*/
}
})