Restore groupchat and lime spec

This commit is contained in:
QuentinArguillere 2024-02-26 18:12:09 +01:00
parent c0a16e62be
commit 0d4efd7a19

View file

@ -139,10 +139,6 @@ final class CoreContext: ObservableObject {
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")
}
})