From 11d1248950a9375d04ad04fadde8069f3179a2e1 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 5 Aug 2016 16:24:12 +0200 Subject: [PATCH] set db for friends --- Classes/LinphoneManager.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 7b7b8760b..9113ac55f 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -1392,6 +1392,7 @@ static LinphoneCoreVTable linphonec_vtable = { linphone_core_set_zrtp_secrets_file(theLinphoneCore, [zrtpSecretsFileName UTF8String]); linphone_core_set_chat_database_path(theLinphoneCore, [chatDBFileName UTF8String]); linphone_core_set_call_logs_database_path(theLinphoneCore, [chatDBFileName UTF8String]); + linphone_core_set_friends_database_path(theLinphoneCore, [chatDBFileName UTF8String]); [self migrationLinphoneSettings]; [self migrationFromVersion2To3];