Enable direct chat by default

This commit is contained in:
Gioacchino Mazzurco 2018-12-24 12:48:03 +01:00
parent ac146c6808
commit 69debe5052
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -137,10 +137,10 @@ CONFIG *= rs_gxs_trans
CONFIG *= no_rs_async_chat
rs_async_chat:CONFIG -= no_rs_async_chat
# To enable direct chat which has been deprecated since RetroShare 0.6.5 append
# the following assignation to qmake command line "CONFIG+=direct_chat"
CONFIG *= no_direct_chat
direct_chat:CONFIG -= no_direct_chat
# To disable direct chat which has been deprecated since RetroShare 0.6.5 append
# the following assignation to qmake command line "CONFIG+=no_direct_chat"
CONFIG *= direct_chat
no_direct_chat:CONFIG -= direct_chat
# To disable bitdht append the following assignation to qmake command line
# "CONFIG+=no_bitdht"