mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
fix fetch of client group chat room
This commit is contained in:
parent
7bb6721400
commit
e045ac0127
1 changed files with 1 additions and 1 deletions
|
|
@ -1909,7 +1909,7 @@ MainDb::MainDb (const shared_ptr<Core> &core) : AbstractDb(*new MainDbPrivate),
|
|||
shared_ptr<Participant> participant = make_shared<Participant>(IdentityAddress(row.get<string>(0)));
|
||||
participant->getPrivate()->setAdmin(!!row.get<int>(1));
|
||||
|
||||
if (participant->getAddress() == chatRoomId.getLocalAddress())
|
||||
if (participant->getAddress() == chatRoomId.getLocalAddress().getAddressWithoutGruu())
|
||||
me = participant;
|
||||
else
|
||||
participants.push_back(participant);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue