Use liblinphone chat storage as default
This commit is contained in:
parent
b187ec064c
commit
389d3177ec
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ BUILD_WEBRTC_AECM=1
|
|||
BUILD_FOR_X86=1
|
||||
USE_JAVAH=1
|
||||
BUILD_TLS=1
|
||||
BUILD_SQLITE=0
|
||||
BUILD_SQLITE=1
|
||||
|
||||
# Checks
|
||||
CHECK_MSG=$(shell ./check_tools.sh)
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<bool name="disable_chat">false</bool>
|
||||
<bool name="disable_chat__message_notification">false</bool>
|
||||
<bool name="disable_chat_send_file">false</bool>
|
||||
<bool name="use_linphone_chat_storage">false</bool>
|
||||
<bool name="use_linphone_chat_storage">true</bool>
|
||||
|
||||
<bool name="hash_images_as_name_before_upload">true</bool>
|
||||
|
||||
|
|
Loading…
Reference in a new issue