mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
fix(ClientGroupChatRoom): set correctly state at fetch
This commit is contained in:
parent
7e48b9c956
commit
d532fb79f7
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ RemoteConference(core, me->getAddress(), nullptr) {
|
|||
dConference->subject = subject;
|
||||
dConference->participants = move(participants);
|
||||
|
||||
d->state = isReadOnly ? ChatRoom::State::Created : ChatRoom::State::Terminated;
|
||||
d->state = isReadOnly ? ChatRoom::State::Terminated : ChatRoom::State::Created;
|
||||
|
||||
getMe()->getPrivate()->setAdmin(me->isAdmin());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue