mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
liblinphone: set history in database now
This commit is contained in:
parent
f7d5823d5e
commit
d66fad5896
2 changed files with 3 additions and 2 deletions
|
|
@ -1320,7 +1320,8 @@ static LinphoneCoreVTable linphonec_vtable = {.show = NULL,
|
|||
[zrtpSecretsFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
|
||||
linphone_core_set_chat_database_path(theLinphoneCore,
|
||||
[chatDBFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
|
||||
|
||||
linphone_core_set_call_logs_database_path(theLinphoneCore,
|
||||
[chatDBFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
|
||||
[self migrationLinphoneSettings];
|
||||
|
||||
[self setupNetworkReachabilityCallback];
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1213a64a64bea68b5cbcde4c5573822201c25265
|
||||
Subproject commit 1ce35ae7e3934916bde5b3551899f4b838d7964e
|
||||
Loading…
Add table
Reference in a new issue