mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
set db for friends
This commit is contained in:
parent
2501622c6e
commit
11d1248950
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue