Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
d532fb79
Commit
d532fb79
authored
Nov 30, 2017
by
Ronan
Browse files
fix(ClientGroupChatRoom): set correctly state at fetch
parent
7e48b9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chat/chat-room/client-group-chat-room.cpp
View file @
d532fb79
...
...
@@ -115,7 +115,7 @@ RemoteConference(core, me->getAddress(), nullptr) {
dConference
->
subject
=
subject
;
dConference
->
participants
=
move
(
participants
);
d
->
state
=
isReadOnly
?
ChatRoom
::
State
::
Cre
ated
:
ChatRoom
::
State
::
Termin
ated
;
d
->
state
=
isReadOnly
?
ChatRoom
::
State
::
Termin
ated
:
ChatRoom
::
State
::
Cre
ated
;
getMe
()
->
getPrivate
()
->
setAdmin
(
me
->
isAdmin
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment