mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(CoreManager): enable chat migration for old linphone versions
This commit is contained in:
parent
f70506089b
commit
49886e9b09
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ void CoreManager::cleanLogs () const {
|
|||
void CoreManager::setDatabasesPaths () {
|
||||
SET_DATABASE_PATH(Friends, Paths::getFriendsListFilePath());
|
||||
SET_DATABASE_PATH(CallLogs, Paths::getCallHistoryFilePath());
|
||||
SET_DATABASE_PATH(Chat, Paths::getMessageHistoryFilePath());
|
||||
}
|
||||
|
||||
#undef SET_DATABASE_PATH
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue