mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Fix: imported friend from Vcard not saved in DB.
This commit is contained in:
parent
8d9084ce8e
commit
c5d86ae5ae
1 changed files with 1 additions and 0 deletions
|
|
@ -793,6 +793,7 @@ int linphone_friend_list_import_friends_from_vcard4_file(LinphoneFriendList *lis
|
|||
LinphoneFriend *lf = linphone_friend_new_from_vcard(vcard);
|
||||
if (lf) {
|
||||
if (LinphoneFriendListOK == linphone_friend_list_import_friend(list, lf, TRUE)) {
|
||||
linphone_friend_save(lf,lf->lc);
|
||||
count++;
|
||||
}
|
||||
linphone_friend_unref(lf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue