Do not enable simple group chat message state by default.

This commit is contained in:
Ghislain MARY 2018-04-11 14:22:34 +02:00
parent ad786fd2e6
commit c808560ed5

View file

@ -95,7 +95,7 @@ void ChatMessagePrivate::setParticipantState (const IdentityAddress &participant
if (!(q->getChatRoom()->getCapabilities() & AbstractChatRoom::Capabilities::Conference)
|| (linphone_config_get_bool(linphone_core_get_config(q->getChatRoom()->getCore()->getCCore()),
"misc", "enable_simple_group_chat_message_state", TRUE
"misc", "enable_simple_group_chat_message_state", FALSE
))
) {
setState(newState);