Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
c74511d4
Commit
c74511d4
authored
Jan 30, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix initialization of capabilities in ClientGroupChatRoom.
parent
03853c8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/chat/chat-room/client-group-chat-room.cpp
src/chat/chat-room/client-group-chat-room.cpp
+2
-0
No files found.
src/chat/chat-room/client-group-chat-room.cpp
View file @
c74511d4
...
...
@@ -184,8 +184,10 @@ ClientGroupChatRoom::ClientGroupChatRoom (
unsigned
int
lastNotifyId
)
:
ChatRoom
(
*
new
ClientGroupChatRoomPrivate
,
core
,
chatRoomId
),
RemoteConference
(
core
,
me
->
getAddress
(),
nullptr
)
{
L_D
();
L_D_T
(
RemoteConference
,
dConference
);
d
->
capabilities
|=
capabilities
&
ClientGroupChatRoom
::
Capabilities
::
OneToOne
;
const
IdentityAddress
&
peerAddress
=
chatRoomId
.
getPeerAddress
();
dConference
->
focus
=
make_shared
<
Participant
>
(
peerAddress
);
dConference
->
focus
->
getPrivate
()
->
addDevice
(
peerAddress
);
...
...
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