mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Do not enable simple group chat message state by default.
This commit is contained in:
parent
ad786fd2e6
commit
c808560ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue