mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
make sure linphone’s friends are not stored yet
This commit is contained in:
parent
a4df77e2e6
commit
c24d46e303
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ struct codec_name_pref_table codec_pref_table[] = {{"speex", 8000, "speex_8k_pre
|
|||
[self lpConfigSetBool:YES forKey:@"use_rls_presence" inSection:@"sip"];
|
||||
[self lpConfigSetBool:YES forKey:@"migration_xmlrpc"];
|
||||
}
|
||||
[self lpConfigSetBool:NO forKey:@"store_friends" inSection:@"misc"]; //so far, storing friends in files is not needed. may change in the futur.
|
||||
}
|
||||
|
||||
static int check_should_migrate_images(void *data, int argc, char **argv, char **cnames) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue