From 0d4efd7a198a246f0416a5d611825ecf5715ccdb Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Mon, 26 Feb 2024 18:12:09 +0100 Subject: [PATCH] Restore groupchat and lime spec --- Linphone/Core/CoreContext.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 3746a3f2c..d7b838985 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -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") } })