set db for friends

This commit is contained in:
Gautier Pelloux-Prayer 2016-08-05 16:24:12 +02:00
parent 2501622c6e
commit 11d1248950

View file

@ -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];