Force disable linphone_core_set_chat_messages_aggregation_enabled which could be disabled by installing 6.0 on same device

This commit is contained in:
Christophe Deschamps 2024-10-02 10:38:19 +02:00
parent 6ae50c3d8c
commit e712f37d15

View file

@ -1455,6 +1455,7 @@ void popup_link_account_cb(LinphoneAccountCreator *creator, LinphoneAccountCreat
theLinphoneCore = linphone_factory_create_shared_core_with_config(factory, _configDb, NULL, [kLinphoneMsgNotificationAppGroupId UTF8String], true);
linphone_core_enable_auto_iterate(theLinphoneCore, true);
linphone_core_set_chat_messages_aggregation_enabled(theLinphoneCore, false);
linphone_core_add_callbacks(theLinphoneCore, cbs);
[ConfigManager.instance setDbWithDb:_configDb];