mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
add a device to the focus when creating a chat room from the db
This commit is contained in:
parent
1614e6c126
commit
1e2f75c829
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ RemoteConference(core, me->getAddress(), nullptr) {
|
|||
|
||||
const IdentityAddress &peerAddress = chatRoomId.getPeerAddress();
|
||||
dConference->focus = make_shared<Participant>(peerAddress);
|
||||
dConference->focus->getPrivate()->addDevice(peerAddress);
|
||||
dConference->conferenceAddress = peerAddress;
|
||||
dConference->subject = subject;
|
||||
dConference->participants = move(participants);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue